#D5CACE

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

Shades of Prim #D5CACE

Tints of Prim #D5CACE

Color information

#D5CACE (or 0xD5CACE) is unknown color: approx Prim. HEX triplet: D5, CA and CE. RGB value is (213,202,206). Sum of RGB (Red+Green+Blue) = 213+202+206=621 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.30% from 621); Green value is 202 (79.30% from 255 or 32.53% from 621); Blue value is 206 (80.86% from 255 or 33.17% from 621); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CACE is #2A3531. Grayscale: #CDCDCD. Windows color (decimal): -2766130 or 13552341. OLE color: 13552341.

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

Color convert

RGB213202206-
CMYK00.050.030.16
HSL338.18º11.58%81.37%-
HSV(B)338.18º5.16%83.53%-
XYZ59.760.8466.99-
YUV205.74128.14133.17-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.30%
GREEN value IS 202 (79.30% from 255) = 32.53%
BLUE value IS 206 (80.86% from 255) = 33.17%
R=34.30%
G=32.53%
B=33.17%

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
Decimal21320220600.050.030.16338.1811.5881.37
HexD5CACE05310152c51
Octal3253123160532052214121
Binary1101010111001010110011100101111000010101001011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CACE; }

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

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

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

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

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

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

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

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