#D5CEB3

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

Shades of White Rock #D5CEB3

Tints of White Rock #D5CEB3

Color information

#D5CEB3 (or 0xD5CEB3) is unknown color: approx White Rock. HEX triplet: D5, CE and B3. RGB value is (213,206,179). Sum of RGB (Red+Green+Blue) = 213+206+179=598 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.62% from 598); Green value is 206 (80.86% from 255 or 34.45% from 598); Blue value is 179 (70.31% from 255 or 29.93% from 598); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CEB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CEB3 is #2A314C. Grayscale: #CDCDCD. Windows color (decimal): -2765133 or 11783893. OLE color: 11783893.

HSL color Cylindrical-coordinate representation of color #D5CEB3: hue angle of 47.65º degrees, saturation: 0.29, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D5CEB3 is Cyan = 0, Magento = 0.03, Yellow = 0.16 and Black (K on CMYK) = 0.16.

Color convert

RGB213206179-
CMYK00.030.160.16
HSL47.65º28.81%76.86%-
HSV(B)47.65º15.96%83.53%-
XYZ57.6561.5451.49-
YUV205.02113.32133.7-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.62%
GREEN value IS 206 (80.86% from 255) = 34.45%
BLUE value IS 179 (70.31% from 255) = 29.93%
R=35.62%
G=34.45%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320617900.030.160.1647.6528.8176.86
HexD5CEB3031010301d4d
Octal3253162630320206035115
Binary1101010111001110101100110111000010000110000111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CEB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CEB3; }

 p { color: rgb(213,206,179); }

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

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

 a { background-color: rgb(213,206,179); }

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

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

 span { border-color: rgb(213,206,179); }

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