#D3CEAD

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

Shades of White Rock #D3CEAD

Tints of White Rock #D3CEAD

Color information

#D3CEAD (or 0xD3CEAD) is unknown color: approx White Rock. HEX triplet: D3, CE and AD. RGB value is (211,206,173). Sum of RGB (Red+Green+Blue) = 211+206+173=590 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.76% from 590); Green value is 206 (80.86% from 255 or 34.92% from 590); Blue value is 173 (67.97% from 255 or 29.32% from 590); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CEAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3CEAD is #2C3152. Grayscale: #CBCBCB. Windows color (decimal): -2896211 or 11390675. OLE color: 11390675.

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

Color convert

RGB211206173-
CMYK00.020.180.17
HSL52.11º30.16%75.29%-
HSV(B)52.11º18.01%82.75%-
XYZ56.4861.0148.33-
YUV203.73110.66133.18-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.76%
GREEN value IS 206 (80.86% from 255) = 34.92%
BLUE value IS 173 (67.97% from 255) = 29.32%
R=35.76%
G=34.92%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21120617300.020.180.1752.1130.1675.29
HexD3CEAD021211341e4b
Octal3233162550222216436113
Binary1101001111001110101011010101001010001110100111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3CEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3CEAD; }

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

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

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

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

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

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

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

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