#DAD2B3

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

Shades of White Rock #DAD2B3

Tints of White Rock #DAD2B3

Color information

#DAD2B3 (or 0xDAD2B3) is unknown color: approx White Rock. HEX triplet: DA, D2 and B3. RGB value is (218,210,179). Sum of RGB (Red+Green+Blue) = 218+210+179=607 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.91% from 607); Green value is 210 (82.42% from 255 or 34.60% from 607); Blue value is 179 (70.31% from 255 or 29.49% from 607); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD2B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD2B3 is #252D4C. Grayscale: #D0D0D0. Windows color (decimal): -2436429 or 11784922. OLE color: 11784922.

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

Color convert

RGB218210179-
CMYK00.040.180.15
HSL47.69º34.51%77.84%-
HSV(B)47.69º17.89%85.49%-
XYZ60.164.2551.88-
YUV208.86111.15134.52-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.91%
GREEN value IS 210 (82.42% from 255) = 34.60%
BLUE value IS 179 (70.31% from 255) = 29.49%
R=35.91%
G=34.60%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821017900.040.180.1547.6934.5177.84
HexDAD2B30412F30234e
Octal3323222630422176043116
Binary11011010110100101011001101001001011111100001000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD2B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD2B3; }

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

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

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

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

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

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

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

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