Html Css Color HEX #D9C7E0 Titan White

📋 copy color: '#D9C7E0'

red 217 ◦ green 199 ◦ blue 224

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

Shades of Titan White #D9C7E0

Tints of Titan White #D9C7E0

RGB

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

 GREEN value IS 199 (78.13% from 255) = 31.09%

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

R = 33.91%
G = 31.09%
B = 35%

CMYK

 C value IS 0.03

 M value IS 0.11

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D9C7E0 (or 0xD9C7E0) is known color: Titan White. HEX triplet: D9, C7 and E0. RGB value is (217,199,224). Sum of RGB (Red+Green+Blue) = 217+199+224=640 (84% of max value = 765). Red value is 217 (85.16% from 255 or 33.91% from 640); Green value is 199 (78.12% from 255 or 31.09% from 640); Blue value is 224 (87.89% from 255 or 35% from 640); Max value from RGB is 224 - color contains mainly: blue. Hex color #D9C7E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C7E0 is #26381F. Grayscale: #CFCFCF. Windows color (decimal): -2504736 or 14731225. OLE color: 14731225.

HSL color Cylindrical-coordinate representation of color #D9C7E0: hue angle of 283.2º degrees, saturation: 0.29, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D9C7E0 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 217 199 224 -
CMYK 0.03 0.11 0 0.12
HSL 283.2º 0.29% 0.83% -
HSV(B) 283.2º 0.11% 0.88% -
XYZ 62.49 60.98 79 -
YUV 207.23 137.46 134.97 -
System Red Green Blue C M Y K H S L
Decimal 217 199 224 0.03 0.11 0 0.12 283.2 0.29 0.83
Hex D9 C7 E0 3 B 0 C 11B 1D 53
Octal 331 307 340 3 13 0 14 433 35 123
Binary 11011001 11000111 11100000 11 1011 0 1100 100011011 11101 1010011

Color Harmonies of #D9C7E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C7E0

Black with #D9C7E0

Text Example


Text Example

White with #D9C7E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C7E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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