#D3CEAA

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

Shades of White Rock #D3CEAA

Tints of White Rock #D3CEAA

Color information

#D3CEAA (or 0xD3CEAA) is unknown color: approx White Rock. HEX triplet: D3, CE and AA. RGB value is (211,206,170). Sum of RGB (Red+Green+Blue) = 211+206+170=587 (77% of max value = 765). Red value is 211 (82.81% from 255 or 35.95% from 587); Green value is 206 (80.86% from 255 or 35.09% from 587); Blue value is 170 (66.80% from 255 or 28.96% from 587); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CEAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3CEAA is #2C3155. Grayscale: #CBCBCB. Windows color (decimal): -2896214 or 11194067. OLE color: 11194067.

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

Color convert

RGB211206170-
CMYK00.020.190.17
HSL52.68º31.78%74.71%-
HSV(B)52.68º19.43%82.75%-
XYZ56.1960.8946.82-
YUV203.39109.16133.43-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.95%
GREEN value IS 206 (80.86% from 255) = 35.09%
BLUE value IS 170 (66.80% from 255) = 28.96%
R=35.95%
G=35.09%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.19
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21120617000.020.190.1752.6831.7874.71
HexD3CEAA02131135204b
Octal3233162520223216540113
Binary11010011110011101010101001010011100011101011000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3CEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3CEAA; }

 p { color: rgb(211,206,170); }

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

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

 a { background-color: rgb(211,206,170); }

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

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

 span { border-color: rgb(211,206,170); }

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