Html Css Color HEX #D5CCDC Titan White

📋 copy color: '#D5CCDC'

red 213 ◦ green 204 ◦ blue 220

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

Shades of Titan White #D5CCDC

Tints of Titan White #D5CCDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 34.54%

R = 33.44%
G = 32.03%
B = 34.54%

CMYK

 C value IS 0.03

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D5CCDC (or 0xD5CCDC) is known color: Titan White. HEX triplet: D5, CC and DC. RGB value is (213,204,220). Sum of RGB (Red+Green+Blue) = 213+204+220=637 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.44% from 637); Green value is 204 (80.08% from 255 or 32.03% from 637); Blue value is 220 (86.33% from 255 or 34.54% from 637); Max value from RGB is 220 - color contains mainly: blue. Hex color #D5CCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CCDC is #2A3323. Grayscale: #D0D0D0. Windows color (decimal): -2765604 or 14470357. OLE color: 14470357.

HSL color Cylindrical-coordinate representation of color #D5CCDC: hue angle of 273.75º degrees, saturation: 0.19, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D5CCDC is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 213 204 220 -
CMYK 0.03 0.07 0 0.14
HSL 273.75º 0.19% 0.83% -
HSV(B) 273.75º 0.07% 0.86% -
XYZ 61.95 62.5 76.51 -
YUV 208.52 134.48 131.2 -
System Red Green Blue C M Y K H S L
Decimal 213 204 220 0.03 0.07 0 0.14 273.75 0.19 0.83
Hex D5 CC DC 3 7 0 E 112 13 53
Octal 325 314 334 3 7 0 16 422 23 123
Binary 11010101 11001100 11011100 11 111 0 1110 100010010 10011 1010011

Color Harmonies of #D5CCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CCDC

Black with #D5CCDC

Text Example


Text Example

White with #D5CCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CCDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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