#D7CEDB

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

Shades of Titan White #D7CEDB

Tints of Titan White #D7CEDB

Color information

#D7CEDB (or 0xD7CEDB) is unknown color: approx Titan White. HEX triplet: D7, CE and DB. RGB value is (215,206,219). Sum of RGB (Red+Green+Blue) = 215+206+219=640 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.59% from 640); Green value is 206 (80.86% from 255 or 32.19% from 640); Blue value is 219 (85.94% from 255 or 34.22% from 640); Max value from RGB is 219 - color contains mainly: blue. Hex color #D7CEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CEDB is #283124. Grayscale: #D2D2D2. Windows color (decimal): -2634021 or 14405335. OLE color: 14405335.

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

Color convert

RGB215206219-
CMYK0.020.0600.14
HSL281.54º15.29%83.33%-
HSV(B)281.54º5.94%85.88%-
XYZ62.8863.776-
YUV210.17132.98131.44-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.59%
GREEN value IS 206 (80.86% from 255) = 32.19%
BLUE value IS 219 (85.94% from 255) = 34.22%
R=33.59%
G=32.19%
B=34.22%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2152062190.020.0600.14281.5415.2983.33
HexD7CEDB260E11af53
Octal3273163332601643217123
Binary110101111100111011011011101100111010001101011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CEDB; }

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

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

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

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

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

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

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

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