#D2CEB8

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

Shades of White Rock #D2CEB8

Tints of White Rock #D2CEB8

Color information

#D2CEB8 (or 0xD2CEB8) is unknown color: approx White Rock. HEX triplet: D2, CE and B8. RGB value is (210,206,184). Sum of RGB (Red+Green+Blue) = 210+206+184=600 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35% from 600); Green value is 206 (80.86% from 255 or 34.33% from 600); Blue value is 184 (72.27% from 255 or 30.67% from 600); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CEB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2CEB8 is #2D3147. Grayscale: #CCCCCC. Windows color (decimal): -2961736 or 12111570. OLE color: 12111570.

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

Color convert

RGB210206184-
CMYK00.020.120.18
HSL50.77º22.41%77.25%-
HSV(B)50.77º12.38%82.35%-
XYZ57.361.354.16-
YUV204.69116.33131.79-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35%
GREEN value IS 206 (80.86% from 255) = 34.33%
BLUE value IS 184 (72.27% from 255) = 30.67%
R=35%
G=34.33%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.12
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21020618400.020.120.1850.7722.4177.25
HexD2CEB802C1233164d
Octal3223162700214226326115
Binary110100101100111010111000010110010010110011101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CEB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CEB8; }

 p { color: rgb(210,206,184); }

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

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

 a { background-color: rgb(210,206,184); }

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

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

 span { border-color: rgb(210,206,184); }

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