#D5CBCD

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

Shades of Prim #D5CBCD

Tints of Prim #D5CBCD

Color information

#D5CBCD (or 0xD5CBCD) is unknown color: approx Prim. HEX triplet: D5, CB and CD. RGB value is (213,203,205). Sum of RGB (Red+Green+Blue) = 213+203+205=621 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.30% from 621); Green value is 203 (79.69% from 255 or 32.69% from 621); Blue value is 205 (80.47% from 255 or 33.01% from 621); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CBCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CBCD is #2A3432. Grayscale: #CECECE. Windows color (decimal): -2765875 or 13487061. OLE color: 13487061.

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

Color convert

RGB213203205-
CMYK00.050.040.16
HSL348º10.64%81.57%-
HSV(B)348º4.69%83.53%-
XYZ59.8261.2766.43-
YUV206.22127.31132.84-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.30%
GREEN value IS 203 (79.69% from 255) = 32.69%
BLUE value IS 205 (80.47% from 255) = 33.01%
R=34.30%
G=32.69%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320320500.050.040.1634810.6481.57
HexD5CBCD0541015cb52
Octal3253133150542053413122
Binary11010101110010111100110101011001000010101110010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CBCD; }

 p { color: rgb(213,203,205); }

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

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

 a { background-color: rgb(213,203,205); }

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

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

 span { border-color: rgb(213,203,205); }

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