Html Css Color HEX #D7CCDC Titan White

📋 copy color: '#D7CCDC'

red 215 ◦ green 204 ◦ blue 220

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

Shades of Titan White #D7CCDC

Tints of Titan White #D7CCDC

RGB

 RED value IS 215 (84.38% from 255) = 33.65%

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

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

R = 33.65%
G = 31.92%
B = 34.43%

CMYK

 C value IS 0.02

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D7CCDC (or 0xD7CCDC) is known color: Titan White. HEX triplet: D7, CC and DC. RGB value is (215,204,220). Sum of RGB (Red+Green+Blue) = 215+204+220=639 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.65% from 639); Green value is 204 (80.08% from 255 or 31.92% from 639); Blue value is 220 (86.33% from 255 or 34.43% from 639); Max value from RGB is 220 - color contains mainly: blue. Hex color #D7CCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CCDC is #283323. Grayscale: #D1D1D1. Windows color (decimal): -2634532 or 14470359. OLE color: 14470359.

HSL color Cylindrical-coordinate representation of color #D7CCDC: hue angle of 281.25º 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 #D7CCDC is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 215 204 220 -
CMYK 0.02 0.07 0 0.14
HSL 281.25º 0.19% 0.83% -
HSV(B) 281.25º 0.07% 0.86% -
XYZ 62.54 62.8 76.54 -
YUV 209.11 134.14 132.2 -
System Red Green Blue C M Y K H S L
Decimal 215 204 220 0.02 0.07 0 0.14 281.25 0.19 0.83
Hex D7 CC DC 2 7 0 E 119 13 53
Octal 327 314 334 2 7 0 16 431 23 123
Binary 11010111 11001100 11011100 10 111 0 1110 100011001 10011 1010011

Color Harmonies of #D7CCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7CCDC

Black with #D7CCDC

Text Example


Text Example

White with #D7CCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7CCDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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