#D5CDAE

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

Shades of White Rock #D5CDAE

Tints of White Rock #D5CDAE

Color information

#D5CDAE (or 0xD5CDAE) is unknown color: approx White Rock. HEX triplet: D5, CD and AE. RGB value is (213,205,174). Sum of RGB (Red+Green+Blue) = 213+205+174=592 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.98% from 592); Green value is 205 (80.47% from 255 or 34.63% from 592); Blue value is 174 (68.36% from 255 or 29.39% from 592); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CDAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CDAE is #2A3251. Grayscale: #CBCBCB. Windows color (decimal): -2765394 or 11455957. OLE color: 11455957.

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

Color convert

RGB213205174-
CMYK00.040.180.16
HSL47.69º31.71%75.88%-
HSV(B)47.69º18.31%83.53%-
XYZ56.9160.8648.79-
YUV203.86111.15134.52-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.98%
GREEN value IS 205 (80.47% from 255) = 34.63%
BLUE value IS 174 (68.36% from 255) = 29.39%
R=35.98%
G=34.63%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320517400.040.180.1647.6931.7175.88
HexD5CDAE04121030204c
Octal3253152560422206040114
Binary110101011100110110101110010010010100001100001000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CDAE; }

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

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

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

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

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

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

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

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