Html Css Color HEX #D5CCD8 Titan White

📋 copy color: '#D5CCD8'

red 213 ◦ green 204 ◦ blue 216

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

Shades of Titan White #D5CCD8

Tints of Titan White #D5CCD8

RGB

 RED value IS 213 (83.59% from 255) = 33.65%

 GREEN value IS 204 (80.08% from 255) = 32.23%

 BLUE value IS 216 (84.77% from 255) = 34.12%

R = 33.65%
G = 32.23%
B = 34.12%

CMYK

 C value IS 0.01

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D5CCD8 (or 0xD5CCD8) is known color: Titan White. HEX triplet: D5, CC and D8. RGB value is (213,204,216). Sum of RGB (Red+Green+Blue) = 213+204+216=633 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.65% from 633); Green value is 204 (80.08% from 255 or 32.23% from 633); Blue value is 216 (84.77% from 255 or 34.12% from 633); Max value from RGB is 216 - color contains mainly: blue. Hex color #D5CCD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CCD8 is #2A3327. Grayscale: #D0D0D0. Windows color (decimal): -2765608 or 14208213. OLE color: 14208213.

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

Color convert

RGB 213 204 216 -
CMYK 0.01 0.06 0 0.15
HSL 285º 0.13% 0.82% -
HSV(B) 285º 0.06% 0.85% -
XYZ 61.43 62.29 73.75 -
YUV 208.06 132.48 131.52 -
System Red Green Blue C M Y K H S L
Decimal 213 204 216 0.01 0.06 0 0.15 285 0.13 0.82
Hex D5 CC D8 1 6 0 F 11D D 52
Octal 325 314 330 1 6 0 17 435 15 122
Binary 11010101 11001100 11011000 1 110 0 1111 100011101 1101 1010010

Color Harmonies of #D5CCD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CCD8

Black with #D5CCD8

Text Example


Text Example

White with #D5CCD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CCD8; }

 p { color: rgb(213,204,216); }

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

background-color css

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

 a { background-color: rgb(213,204,216); }

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

border-color css

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

 span { border-color: rgb(213,204,216); }

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