#D5CEDA

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

Shades of Titan White #D5CEDA

Tints of Titan White #D5CEDA

Color information

#D5CEDA (or 0xD5CEDA) is unknown color: approx Titan White. HEX triplet: D5, CE and DA. RGB value is (213,206,218). Sum of RGB (Red+Green+Blue) = 213+206+218=637 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.44% from 637); Green value is 206 (80.86% from 255 or 32.34% from 637); Blue value is 218 (85.55% from 255 or 34.22% from 637); Max value from RGB is 218 - color contains mainly: blue. Hex color #D5CEDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CEDA is #2A3125. Grayscale: #D1D1D1. Windows color (decimal): -2765094 or 14339797. OLE color: 14339797.

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

Color convert

RGB213206218-
CMYK0.020.0600.15
HSL275º13.95%83.14%-
HSV(B)275º5.5%85.49%-
XYZ62.1763.3575.28-
YUV209.46132.82130.52-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.44%
GREEN value IS 206 (80.86% from 255) = 32.34%
BLUE value IS 218 (85.55% from 255) = 34.22%
R=33.44%
G=32.34%
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.15
SystemRedGreenBlueCMYKHSL
Decimal2132062180.020.0600.1527513.9583.14
HexD5CEDA260F113e53
Octal3253163322601742316123
Binary110101011100111011011010101100111110001001111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CEDA; }

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

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

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

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

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

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

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

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