Html Css Color HEX #D9CDD4 Twilight

📋 copy color: '#D9CDD4'

red 217 ◦ green 205 ◦ blue 212

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

Shades of Twilight #D9CDD4

Tints of Twilight #D9CDD4

RGB

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

 GREEN value IS 205 (80.47% from 255) = 32.33%

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

R = 34.23%
G = 32.33%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#D9CDD4 (or 0xD9CDD4) is known color: Twilight. HEX triplet: D9, CD and D4. RGB value is (217,205,212). Sum of RGB (Red+Green+Blue) = 217+205+212=634 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.23% from 634); Green value is 205 (80.47% from 255 or 32.33% from 634); Blue value is 212 (83.20% from 255 or 33.44% from 634); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CDD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CDD4 is #26322B. Grayscale: #D1D1D1. Windows color (decimal): -2503212 or 13946329. OLE color: 13946329.

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

Color convert

RGB 217 205 212 -
CMYK 0 0.06 0.02 0.15
HSL 325º 0.14% 0.83% -
HSV(B) 325º 0.06% 0.85% -
XYZ 62.33 63.17 71.19 -
YUV 209.39 129.48 133.43 -
System Red Green Blue C M Y K H S L
Decimal 217 205 212 0 0.06 0.02 0.15 325 0.14 0.83
Hex D9 CD D4 0 6 2 F 145 E 53
Octal 331 315 324 0 6 2 17 505 16 123
Binary 11011001 11001101 11010100 0 110 10 1111 101000101 1110 1010011

Color Harmonies of #D9CDD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CDD4

Black with #D9CDD4

Text Example


Text Example

White with #D9CDD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CDD4; }

 p { color: rgb(217,205,212); }

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

background-color css

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

 a { background-color: rgb(217,205,212); }

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

border-color css

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

 span { border-color: rgb(217,205,212); }

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