#D5CED7

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

Shades of Titan White #D5CED7

Tints of Titan White #D5CED7

Color information

#D5CED7 (or 0xD5CED7) is unknown color: approx Titan White. HEX triplet: D5, CE and D7. RGB value is (213,206,215). Sum of RGB (Red+Green+Blue) = 213+206+215=634 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.60% from 634); Green value is 206 (80.86% from 255 or 32.49% from 634); Blue value is 215 (84.38% from 255 or 33.91% from 634); Max value from RGB is 215 - color contains mainly: blue. Hex color #D5CED7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CED7 is #2A3128. Grayscale: #D1D1D1. Windows color (decimal): -2765097 or 14143189. OLE color: 14143189.

HSL color Cylindrical-coordinate representation of color #D5CED7: hue angle of 286.67º degrees, saturation: 0.1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D5CED7 is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB213206215-
CMYK0.010.0400.16
HSL286.67º10.11%82.55%-
HSV(B)286.67º4.19%84.31%-
XYZ61.7863.273.23-
YUV209.12131.32130.77-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.60%
GREEN value IS 206 (80.86% from 255) = 32.49%
BLUE value IS 215 (84.38% from 255) = 33.91%
R=33.60%
G=32.49%
B=33.91%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2132062150.010.0400.16286.6710.1182.55
HexD5CED71401011fa53
Octal3253163271402043712123
Binary110101011100111011010111110001000010001111110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CED7; }

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

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

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

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

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

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

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

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