#D1CEAE

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

Shades of White Rock #D1CEAE

Tints of White Rock #D1CEAE

Color information

#D1CEAE (or 0xD1CEAE) is unknown color: approx White Rock. HEX triplet: D1, CE and AE. RGB value is (209,206,174). Sum of RGB (Red+Green+Blue) = 209+206+174=589 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.48% from 589); Green value is 206 (80.86% from 255 or 34.97% from 589); Blue value is 174 (68.36% from 255 or 29.54% from 589); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CEAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1CEAE is #2E3151. Grayscale: #CBCBCB. Windows color (decimal): -3027282 or 11456209. OLE color: 11456209.

HSL color Cylindrical-coordinate representation of color #D1CEAE: hue angle of 54.86º 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 #D1CEAE is Cyan = 0, Magento = 0.01, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB209206174-
CMYK00.010.170.18
HSL54.86º27.56%75.1%-
HSV(B)54.86º16.75%81.96%-
XYZ56.0160.7548.82-
YUV203.25111.49132.1-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.48%
GREEN value IS 206 (80.86% from 255) = 34.97%
BLUE value IS 174 (68.36% from 255) = 29.54%
R=35.48%
G=34.97%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20920617400.010.170.1854.8627.5675.1
HexD1CEAE011112371c4b
Octal3213162560121226734113
Binary110100011100111010101110011000110010110111111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CEAE; }

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

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

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

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

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

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

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

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