Html Css Color HEX #D9CAE0 Titan White

📋 copy color: '#D9CAE0'

red 217 ◦ green 202 ◦ blue 224

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

Shades of Titan White #D9CAE0

Tints of Titan White #D9CAE0

RGB

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

 GREEN value IS 202 (79.3% from 255) = 31.42%

 BLUE value IS 224 (87.89% from 255) = 34.84%

R = 33.75%
G = 31.42%
B = 34.84%

CMYK

 C value IS 0.03

 M value IS 0.10

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D9CAE0 (or 0xD9CAE0) is known color: Titan White. HEX triplet: D9, CA and E0. RGB value is (217,202,224). Sum of RGB (Red+Green+Blue) = 217+202+224=643 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.75% from 643); Green value is 202 (79.30% from 255 or 31.42% from 643); Blue value is 224 (87.89% from 255 or 34.84% from 643); Max value from RGB is 224 - color contains mainly: blue. Hex color #D9CAE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CAE0 is #26351F. Grayscale: #D0D0D0. Windows color (decimal): -2503968 or 14731993. OLE color: 14731993.

HSL color Cylindrical-coordinate representation of color #D9CAE0: hue angle of 280.91º degrees, saturation: 0.26, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D9CAE0 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 217 202 224 -
CMYK 0.03 0.10 0 0.12
HSL 280.91º 0.26% 0.84% -
HSV(B) 280.91º 0.1% 0.88% -
XYZ 63.19 62.37 79.23 -
YUV 208.99 136.47 133.71 -
System Red Green Blue C M Y K H S L
Decimal 217 202 224 0.03 0.10 0 0.12 280.91 0.26 0.84
Hex D9 CA E0 3 A 0 C 119 1A 54
Octal 331 312 340 3 12 0 14 431 32 124
Binary 11011001 11001010 11100000 11 1010 0 1100 100011001 11010 1010100

Color Harmonies of #D9CAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CAE0

Black with #D9CAE0

Text Example


Text Example

White with #D9CAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CAE0; }

 p { color: rgb(217,202,224); }

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

background-color css

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

 a { background-color: rgb(217,202,224); }

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

border-color css

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

 span { border-color: rgb(217,202,224); }

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