#D0CDAE

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

Shades of White Rock #D0CDAE

Tints of White Rock #D0CDAE

Color information

#D0CDAE (or 0xD0CDAE) is unknown color: approx White Rock. HEX triplet: D0, CD and AE. RGB value is (208,205,174). Sum of RGB (Red+Green+Blue) = 208+205+174=587 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.43% from 587); Green value is 205 (80.47% from 255 or 34.92% from 587); Blue value is 174 (68.36% from 255 or 29.64% from 587); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CDAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0CDAE is #2F3251. Grayscale: #CACACA. Windows color (decimal): -3093074 or 11455952. OLE color: 11455952.

HSL color Cylindrical-coordinate representation of color #D0CDAE: hue angle of 54.71º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D0CDAE is Cyan = 0, Magento = 0.01, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB208205174-
CMYK00.010.160.18
HSL54.71º26.56%74.9%-
HSV(B)54.71º16.35%81.57%-
XYZ55.4860.1348.73-
YUV202.36111.99132.02-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.43%
GREEN value IS 205 (80.47% from 255) = 34.92%
BLUE value IS 174 (68.36% from 255) = 29.64%
R=35.43%
G=34.92%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.16
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20820517400.010.160.1854.7126.5674.9
HexD0CDAE011012371b4b
Octal3203152560120226733113
Binary110100001100110110101110011000010010110111110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CDAE; }

 p { color: rgb(208,205,174); }

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

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

 a { background-color: rgb(208,205,174); }

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

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

 span { border-color: rgb(208,205,174); }

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