Html Css Color HEX #D9CBE1 Titan White

📋 copy color: '#D9CBE1'

red 217 ◦ green 203 ◦ blue 225

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

Shades of Titan White #D9CBE1

Tints of Titan White #D9CBE1

RGB

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

 GREEN value IS 203 (79.69% from 255) = 31.47%

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

R = 33.64%
G = 31.47%
B = 34.88%

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

#D9CBE1 (or 0xD9CBE1) is known color: Titan White. HEX triplet: D9, CB and E1. RGB value is (217,203,225). Sum of RGB (Red+Green+Blue) = 217+203+225=645 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.64% from 645); Green value is 203 (79.69% from 255 or 31.47% from 645); Blue value is 225 (88.28% from 255 or 34.88% from 645); Max value from RGB is 225 - color contains mainly: blue. Hex color #D9CBE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CBE1 is #26341E. Grayscale: #D1D1D1. Windows color (decimal): -2503711 or 14797785. OLE color: 14797785.

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

Color convert

RGB 217 203 225 -
CMYK 0.04 0.10 0 0.12
HSL 278.18º 0.27% 0.84% -
HSV(B) 278.18º 0.1% 0.88% -
XYZ 63.56 62.9 80.02 -
YUV 209.69 136.64 133.21 -
System Red Green Blue C M Y K H S L
Decimal 217 203 225 0.04 0.10 0 0.12 278.18 0.27 0.84
Hex D9 CB E1 4 A 0 C 116 1B 54
Octal 331 313 341 4 12 0 14 426 33 124
Binary 11011001 11001011 11100001 100 1010 0 1100 100010110 11011 1010100

Color Harmonies of #D9CBE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CBE1

Black with #D9CBE1

Text Example


Text Example

White with #D9CBE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CBE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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