Html Css Color HEX #DCC5D0 Twilight

📋 copy color: '#DCC5D0'

red 220 ◦ green 197 ◦ blue 208

#DCC5D0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Twilight #DCC5D0

Tints of Twilight #DCC5D0

RGB

 RED value IS 220 (86.33% from 255) = 35.2%

 GREEN value IS 197 (77.34% from 255) = 31.52%

 BLUE value IS 208 (81.64% from 255) = 33.28%

R = 35.2%
G = 31.52%
B = 33.28%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.05

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DCC5D0 (or 0xDCC5D0) is known color: Twilight. HEX triplet: DC, C5 and D0. RGB value is (220,197,208). Sum of RGB (Red+Green+Blue) = 220+197+208=625 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.2% from 625); Green value is 197 (77.34% from 255 or 31.52% from 625); Blue value is 208 (81.64% from 255 or 33.28% from 625); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC5D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC5D0 is #233A2F. Grayscale: #CDCDCD. Windows color (decimal): -2308656 or 13682140. OLE color: 13682140.

HSL color Cylindrical-coordinate representation of color #DCC5D0: hue angle of 331.3º degrees, saturation: 0.25, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DCC5D0 is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 197 208 -
CMYK 0 0.10 0.05 0.14
HSL 331.3º 0.25% 0.82% -
HSV(B) 331.3º 0.1% 0.86% -
XYZ 60.87 59.7 67.99 -
YUV 205.13 129.62 138.61 -
System Red Green Blue C M Y K H S L
Decimal 220 197 208 0 0.10 0.05 0.14 331.3 0.25 0.82
Hex DC C5 D0 0 A 5 E 14B 19 52
Octal 334 305 320 0 12 5 16 513 31 122
Binary 11011100 11000101 11010000 0 1010 101 1110 101001011 11001 1010010

Color Harmonies of #DCC5D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC5D0

Black with #DCC5D0

Text Example


Text Example

White with #DCC5D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC5D0; }

 p { color: rgb(220,197,208); }

 H1.HeaderClassName
 {
   color: #DCC5D0;
 }
 .AnyTagClassName
 {
   color: #DCC5D0;
 }
</style>

background-color css

<style>
 a { background-color: #DCC5D0; }

 a { background-color: rgb(220,197,208); }

 div.DivClassName
 {
   background-color: #DCC5D0;
 }
 .BgClassName
 {
   background-color: #DCC5D0;
 }
</style>

border-color css

<style>
 span { border-color: #DCC5D0; }

 span { border-color: rgb(220,197,208); }

 td.TdClassName
 {
   border-color: #DCC5D0;
 }
 .TagClassName
 {
   border-color: #DCC5D0;
 }
</style>