#DAD2B4

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

Shades of White Rock #DAD2B4

Tints of White Rock #DAD2B4

Color information

#DAD2B4 (or 0xDAD2B4) is unknown color: approx White Rock. HEX triplet: DA, D2 and B4. RGB value is (218,210,180). Sum of RGB (Red+Green+Blue) = 218+210+180=608 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.86% from 608); Green value is 210 (82.42% from 255 or 34.54% from 608); Blue value is 180 (70.70% from 255 or 29.61% from 608); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD2B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD2B4 is #252D4B. Grayscale: #D1D1D1. Windows color (decimal): -2436428 or 11850458. OLE color: 11850458.

HSL color Cylindrical-coordinate representation of color #DAD2B4: hue angle of 47.37º degrees, saturation: 0.34, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DAD2B4 is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB218210180-
CMYK00.040.170.15
HSL47.37º33.93%78.04%-
HSV(B)47.37º17.43%85.49%-
XYZ60.264.2952.42-
YUV208.97111.65134.44-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.86%
GREEN value IS 210 (82.42% from 255) = 34.54%
BLUE value IS 180 (70.70% from 255) = 29.61%
R=35.86%
G=34.54%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821018000.040.170.1547.3733.9378.04
HexDAD2B40411F2f224e
Octal3323222640421175742116
Binary11011010110100101011010001001000111111011111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD2B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD2B4; }

 p { color: rgb(218,210,180); }

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

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

 a { background-color: rgb(218,210,180); }

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

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

 span { border-color: rgb(218,210,180); }

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