#D7CEDE

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

Shades of Titan White #D7CEDE

Tints of Titan White #D7CEDE

Color information

#D7CEDE (or 0xD7CEDE) is unknown color: approx Titan White. HEX triplet: D7, CE and DE. RGB value is (215,206,222). Sum of RGB (Red+Green+Blue) = 215+206+222=643 (85% of max value = 765). Red value is 215 (84.38% from 255 or 33.44% from 643); Green value is 206 (80.86% from 255 or 32.04% from 643); Blue value is 222 (87.11% from 255 or 34.53% from 643); Max value from RGB is 222 - color contains mainly: blue. Hex color #D7CEDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CEDE is #283121. Grayscale: #D2D2D2. Windows color (decimal): -2634018 or 14601943. OLE color: 14601943.

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

Color convert

RGB215206222-
CMYK0.030.0700.13
HSL273.75º19.51%83.92%-
HSV(B)273.75º7.21%87.06%-
XYZ63.2863.8678.1-
YUV210.52134.48131.2-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.44%
GREEN value IS 206 (80.86% from 255) = 32.04%
BLUE value IS 222 (87.11% from 255) = 34.53%
R=33.44%
G=32.04%
B=34.53%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2152062220.030.0700.13273.7519.5183.92
HexD7CEDE370D1121454
Octal3273163363701542224124
Binary1101011111001110110111101111101101100010010101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CEDE; }

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

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

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

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

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

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

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

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