Html Css Color HEX #D9CAE1 Titan White

📋 copy color: '#D9CAE1'

red 217 ◦ green 202 ◦ blue 225

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

Shades of Titan White #D9CAE1

Tints of Titan White #D9CAE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 34.94%

R = 33.7%
G = 31.37%
B = 34.94%

CMYK

 C value IS 0.04

 M value IS 0.10

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D9CAE1 (or 0xD9CAE1) is known color: Titan White. HEX triplet: D9, CA and E1. RGB value is (217,202,225). Sum of RGB (Red+Green+Blue) = 217+202+225=644 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.70% from 644); Green value is 202 (79.30% from 255 or 31.37% from 644); Blue value is 225 (88.28% from 255 or 34.94% from 644); Max value from RGB is 225 - color contains mainly: blue. Hex color #D9CAE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CAE1 is #26351E. Grayscale: #D1D1D1. Windows color (decimal): -2503967 or 14797529. OLE color: 14797529.

HSL color Cylindrical-coordinate representation of color #D9CAE1: hue angle of 279.13º degrees, saturation: 0.28, 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 #D9CAE1 is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 217 202 225 -
CMYK 0.04 0.10 0 0.12
HSL 279.13º 0.28% 0.84% -
HSV(B) 279.13º 0.1% 0.88% -
XYZ 63.33 62.43 79.95 -
YUV 209.11 136.97 133.63 -
System Red Green Blue C M Y K H S L
Decimal 217 202 225 0.04 0.10 0 0.12 279.13 0.28 0.84
Hex D9 CA E1 4 A 0 C 117 1C 54
Octal 331 312 341 4 12 0 14 427 34 124
Binary 11011001 11001010 11100001 100 1010 0 1100 100010111 11100 1010100

Color Harmonies of #D9CAE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CAE1

Black with #D9CAE1

Text Example


Text Example

White with #D9CAE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CAE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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