#D0CDBB

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

Shades of White Rock #D0CDBB

Tints of White Rock #D0CDBB

Color information

#D0CDBB (or 0xD0CDBB) is unknown color: approx White Rock. HEX triplet: D0, CD and BB. RGB value is (208,205,187). Sum of RGB (Red+Green+Blue) = 208+205+187=600 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.67% from 600); Green value is 205 (80.47% from 255 or 34.17% from 600); Blue value is 187 (73.44% from 255 or 31.17% from 600); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CDBB is #2F3244. Grayscale: #CBCBCB. Windows color (decimal): -3093061 or 12307920. OLE color: 12307920.

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

Color convert

RGB208205187-
CMYK00.010.100.18
HSL51.43º18.26%77.45%-
HSV(B)51.43º10.1%81.57%-
XYZ56.8160.6655.73-
YUV203.84118.49130.96-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.67%
GREEN value IS 205 (80.47% from 255) = 34.17%
BLUE value IS 187 (73.44% from 255) = 31.17%
R=34.67%
G=34.17%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20820518700.010.100.1851.4318.2677.45
HexD0CDBB01A1233124d
Octal3203152730112226322115
Binary11010000110011011011101101101010010110011100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CDBB; }

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

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

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

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

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

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

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

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