#D1CDAE

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

Shades of White Rock #D1CDAE

Tints of White Rock #D1CDAE

Color information

#D1CDAE (or 0xD1CDAE) is unknown color: approx White Rock. HEX triplet: D1, CD and AE. RGB value is (209,205,174). Sum of RGB (Red+Green+Blue) = 209+205+174=588 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.54% from 588); Green value is 205 (80.47% from 255 or 34.86% from 588); Blue value is 174 (68.36% from 255 or 29.59% from 588); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CDAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1CDAE is #2E3251. Grayscale: #CACACA. Windows color (decimal): -3027538 or 11455953. OLE color: 11455953.

HSL color Cylindrical-coordinate representation of color #D1CDAE: hue angle of 53.14º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D1CDAE is Cyan = 0, Magento = 0.02, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB209205174-
CMYK00.020.170.18
HSL53.14º27.56%75.1%-
HSV(B)53.14º16.75%81.96%-
XYZ55.7760.2748.74-
YUV202.66111.83132.52-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.54%
GREEN value IS 205 (80.47% from 255) = 34.86%
BLUE value IS 174 (68.36% from 255) = 29.59%
R=35.54%
G=34.86%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20920517400.020.170.1853.1427.5675.1
HexD1CDAE021112351c4b
Octal3213152560221226534113
Binary1101000111001101101011100101000110010110101111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CDAE; }

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

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

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

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

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

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

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

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