#D5CBCF

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

Shades of Prim #D5CBCF

Tints of Prim #D5CBCF

Color information

#D5CBCF (or 0xD5CBCF) is unknown color: approx Prim. HEX triplet: D5, CB and CF. RGB value is (213,203,207). Sum of RGB (Red+Green+Blue) = 213+203+207=623 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.19% from 623); Green value is 203 (79.69% from 255 or 32.58% from 623); Blue value is 207 (81.25% from 255 or 33.23% from 623); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CBCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CBCF is #2A3430. Grayscale: #CECECE. Windows color (decimal): -2765873 or 13618133. OLE color: 13618133.

HSL color Cylindrical-coordinate representation of color #D5CBCF: hue angle of 336º 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 #D5CBCF is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB213203207-
CMYK00.050.030.16
HSL336º10.64%81.57%-
HSV(B)336º4.69%83.53%-
XYZ60.0661.3667.71-
YUV206.45128.31132.67-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.19%
GREEN value IS 203 (79.69% from 255) = 32.58%
BLUE value IS 207 (81.25% from 255) = 33.23%
R=34.19%
G=32.58%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320320700.050.030.1633610.6481.57
HexD5CBCF05310150b52
Octal3253133170532052013122
Binary1101010111001011110011110101111000010101000010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CBCF; }

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

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

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

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

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

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

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

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