Html Css Color HEX #DCC6CF Twilight

📋 copy color: '#DCC6CF'

red 220 ◦ green 198 ◦ blue 207

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

Shades of Twilight #DCC6CF

Tints of Twilight #DCC6CF

RGB

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

 GREEN value IS 198 (77.73% from 255) = 31.68%

 BLUE value IS 207 (81.25% from 255) = 33.12%

R = 35.2%
G = 31.68%
B = 33.12%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#DCC6CF (or 0xDCC6CF) is known color: Twilight. HEX triplet: DC, C6 and CF. RGB value is (220,198,207). Sum of RGB (Red+Green+Blue) = 220+198+207=625 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.2% from 625); Green value is 198 (77.73% from 255 or 31.68% from 625); Blue value is 207 (81.25% from 255 or 33.12% from 625); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC6CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC6CF is #233930. Grayscale: #CDCDCD. Windows color (decimal): -2308401 or 13616860. OLE color: 13616860.

HSL color Cylindrical-coordinate representation of color #DCC6CF: hue angle of 335.45º degrees, saturation: 0.24, 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 #DCC6CF is Cyan = 0, Magento = 0.1, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 198 207 -
CMYK 0 0.1 0.06 0.14
HSL 335.45º 0.24% 0.82% -
HSV(B) 335.45º 0.1% 0.86% -
XYZ 60.97 60.11 67.42 -
YUV 205.6 128.79 138.27 -
System Red Green Blue C M Y K H S L
Decimal 220 198 207 0 0.1 0.06 0.14 335.45 0.24 0.82
Hex DC C6 CF 0 A 6 E 14F 18 52
Octal 334 306 317 0 12 6 16 517 30 122
Binary 11011100 11000110 11001111 0 1010 110 1110 101001111 11000 1010010

Color Harmonies of #DCC6CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC6CF

Black with #DCC6CF

Text Example


Text Example

White with #DCC6CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC6CF; }

 p { color: rgb(220,198,207); }

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

background-color css

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

 a { background-color: rgb(220,198,207); }

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

border-color css

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

 span { border-color: rgb(220,198,207); }

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