Html Css Color HEX #D7CCDB Titan White

📋 copy color: '#D7CCDB'

red 215 ◦ green 204 ◦ blue 219

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

Shades of Titan White #D7CCDB

Tints of Titan White #D7CCDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 34.33%

R = 33.7%
G = 31.97%
B = 34.33%

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

#D7CCDB (or 0xD7CCDB) is known color: Titan White. HEX triplet: D7, CC and DB. RGB value is (215,204,219). Sum of RGB (Red+Green+Blue) = 215+204+219=638 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.70% from 638); Green value is 204 (80.08% from 255 or 31.97% from 638); Blue value is 219 (85.94% from 255 or 34.33% from 638); Max value from RGB is 219 - color contains mainly: blue. Hex color #D7CCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CCDB is #283324. Grayscale: #D0D0D0. Windows color (decimal): -2634533 or 14404823. OLE color: 14404823.

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

Color convert

RGB 215 204 219 -
CMYK 0.02 0.07 0 0.14
HSL 284º 0.17% 0.83% -
HSV(B) 284º 0.07% 0.86% -
XYZ 62.4 62.75 75.84 -
YUV 209 133.64 132.28 -
System Red Green Blue C M Y K H S L
Decimal 215 204 219 0.02 0.07 0 0.14 284 0.17 0.83
Hex D7 CC DB 2 7 0 E 11C 11 53
Octal 327 314 333 2 7 0 16 434 21 123
Binary 11010111 11001100 11011011 10 111 0 1110 100011100 10001 1010011

Color Harmonies of #D7CCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7CCDB

Black with #D7CCDB

Text Example


Text Example

White with #D7CCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7CCDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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