#D7CBDC

Color #D7CBDC Titan White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Titan White #D7CBDC

Tints of Titan White #D7CBDC

Color information

#D7CBDC (or 0xD7CBDC) is unknown color: approx Titan White. HEX triplet: D7, CB and DC. RGB value is (215,203,220). Sum of RGB (Red+Green+Blue) = 215+203+220=638 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.70% from 638); Green value is 203 (79.69% from 255 or 31.82% from 638); Blue value is 220 (86.33% from 255 or 34.48% from 638); Max value from RGB is 220 - color contains mainly: blue. Hex color #D7CBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CBDC is #283423. Grayscale: #D0D0D0. Windows color (decimal): -2634788 or 14470103. OLE color: 14470103.

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

Color convert

RGB215203220-
CMYK0.020.0800.14
HSL282.35º19.54%82.94%-
HSV(B)282.35º7.73%86.27%-
XYZ62.362.3376.46-
YUV208.53134.48132.62-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.70%
GREEN value IS 203 (79.69% from 255) = 31.82%
BLUE value IS 220 (86.33% from 255) = 34.48%
R=33.70%
G=31.82%
B=34.48%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2152032200.020.0800.14282.3519.5482.94
HexD7CBDC280E11a1453
Octal32731333421001643224123
Binary11010111110010111101110010100001110100011010101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CBDC; }

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

 H1.HeaderClassName
 {
   color: #D7CBDC;
 }
 .AnyTagClassName
 {
   color: #D7CBDC;
 }
</style>
background-color css

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

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

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

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

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

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