#D5CED1

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

Shades of Prim #D5CED1

Tints of Prim #D5CED1

Color information

#D5CED1 (or 0xD5CED1) is unknown color: approx Prim. HEX triplet: D5, CE and D1. RGB value is (213,206,209). Sum of RGB (Red+Green+Blue) = 213+206+209=628 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.92% from 628); Green value is 206 (80.86% from 255 or 32.80% from 628); Blue value is 209 (82.03% from 255 or 33.28% from 628); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CED1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CED1 is #2A312E. Grayscale: #D0D0D0. Windows color (decimal): -2765103 or 13749973. OLE color: 13749973.

HSL color Cylindrical-coordinate representation of color #D5CED1: hue angle of 334.29º degrees, saturation: 0.08, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D5CED1 is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB213206209-
CMYK00.030.020.16
HSL334.29º7.69%82.16%-
HSV(B)334.29º3.29%83.53%-
XYZ61.0262.8969.24-
YUV208.43128.32131.26-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.92%
GREEN value IS 206 (80.86% from 255) = 32.80%
BLUE value IS 209 (82.03% from 255) = 33.28%
R=33.92%
G=32.80%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320620900.030.020.16334.297.6982.16
HexD5CED10321014e852
Octal3253163210322051610122
Binary110101011100111011010001011101000010100111010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CED1; }

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

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

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

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

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

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

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

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