Html Css Color HEX #D9CFD6 Twilight

📋 copy color: '#D9CFD6'

red 217 ◦ green 207 ◦ blue 214

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

Shades of Twilight #D9CFD6

Tints of Twilight #D9CFD6

RGB

 RED value IS 217 (85.16% from 255) = 34.01%

 GREEN value IS 207 (81.25% from 255) = 32.45%

 BLUE value IS 214 (83.98% from 255) = 33.54%

R = 34.01%
G = 32.45%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#D9CFD6 (or 0xD9CFD6) is known color: Twilight. HEX triplet: D9, CF and D6. RGB value is (217,207,214). Sum of RGB (Red+Green+Blue) = 217+207+214=638 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.01% from 638); Green value is 207 (81.25% from 255 or 32.45% from 638); Blue value is 214 (83.98% from 255 or 33.54% from 638); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CFD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CFD6 is #263029. Grayscale: #D2D2D2. Windows color (decimal): -2502698 or 14077913. OLE color: 14077913.

HSL color Cylindrical-coordinate representation of color #D9CFD6: hue angle of 318º degrees, saturation: 0.12, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D9CFD6 is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 207 214 -
CMYK 0 0.05 0.01 0.15
HSL 318º 0.12% 0.83% -
HSV(B) 318º 0.05% 0.85% -
XYZ 63.07 64.23 72.69 -
YUV 210.79 129.81 132.43 -
System Red Green Blue C M Y K H S L
Decimal 217 207 214 0 0.05 0.01 0.15 318 0.12 0.83
Hex D9 CF D6 0 5 1 F 13E C 53
Octal 331 317 326 0 5 1 17 476 14 123
Binary 11011001 11001111 11010110 0 101 1 1111 100111110 1100 1010011

Color Harmonies of #D9CFD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CFD6

Black with #D9CFD6

Text Example


Text Example

White with #D9CFD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CFD6; }

 p { color: rgb(217,207,214); }

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

background-color css

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

 a { background-color: rgb(217,207,214); }

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

border-color css

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

 span { border-color: rgb(217,207,214); }

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