Html Css Color HEX #DCC9D4 Twilight

📋 copy color: '#DCC9D4'

red 220 ◦ green 201 ◦ blue 212

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

Shades of Twilight #DCC9D4

Tints of Twilight #DCC9D4

RGB

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

 GREEN value IS 201 (78.91% from 255) = 31.75%

 BLUE value IS 212 (83.2% from 255) = 33.49%

R = 34.76%
G = 31.75%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#DCC9D4 (or 0xDCC9D4) is known color: Twilight. HEX triplet: DC, C9 and D4. RGB value is (220,201,212). Sum of RGB (Red+Green+Blue) = 220+201+212=633 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.76% from 633); Green value is 201 (78.91% from 255 or 31.75% from 633); Blue value is 212 (83.20% from 255 or 33.49% from 633); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC9D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC9D4 is #23362B. Grayscale: #CFCFCF. Windows color (decimal): -2307628 or 13945308. OLE color: 13945308.

HSL color Cylindrical-coordinate representation of color #DCC9D4: hue angle of 325.26º degrees, saturation: 0.21, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DCC9D4 is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 201 212 -
CMYK 0 0.09 0.04 0.14
HSL 325.26º 0.21% 0.83% -
HSV(B) 325.26º 0.09% 0.86% -
XYZ 62.29 61.74 70.92 -
YUV 207.94 130.29 136.61 -
System Red Green Blue C M Y K H S L
Decimal 220 201 212 0 0.09 0.04 0.14 325.26 0.21 0.83
Hex DC C9 D4 0 9 4 E 145 15 53
Octal 334 311 324 0 11 4 16 505 25 123
Binary 11011100 11001001 11010100 0 1001 100 1110 101000101 10101 1010011

Color Harmonies of #DCC9D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC9D4

Black with #DCC9D4

Text Example


Text Example

White with #DCC9D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC9D4; }

 p { color: rgb(220,201,212); }

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

background-color css

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

 a { background-color: rgb(220,201,212); }

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

border-color css

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

 span { border-color: rgb(220,201,212); }

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