Html Css Color HEX #DADDBA Frost

📋 copy color: '#DADDBA'

red 218 ◦ green 221 ◦ blue 186

#DADDBA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Frost #DADDBA

Tints of Frost #DADDBA

RGB

 RED value IS 218 (85.55% from 255) = 34.88%

 GREEN value IS 221 (86.72% from 255) = 35.36%

 BLUE value IS 186 (73.05% from 255) = 29.76%

R = 34.88%
G = 35.36%
B = 29.76%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DADDBA (or 0xDADDBA) is known color: Frost. HEX triplet: DA, DD and BA. RGB value is (218,221,186). Sum of RGB (Red+Green+Blue) = 218+221+186=625 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.88% from 625); Green value is 221 (86.72% from 255 or 35.36% from 625); Blue value is 186 (73.05% from 255 or 29.76% from 625); Max value from RGB is 221 - color contains mainly: green. Hex color #DADDBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADDBA is #252245. Grayscale: #D8D8D8. Windows color (decimal): -2433606 or 12246490. OLE color: 12246490.

HSL color Cylindrical-coordinate representation of color #DADDBA: hue angle of 65.14º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DADDBA is Cyan = 0.01, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 218 221 186 -
CMYK 0.01 0 0.16 0.13
HSL 65.14º 0.34% 0.8% -
HSV(B) 65.14º 0.16% 0.87% -
XYZ 63.63 70.16 56.64 -
YUV 216.11 111.01 129.35 -
System Red Green Blue C M Y K H S L
Decimal 218 221 186 0.01 0 0.16 0.13 65.14 0.34 0.8
Hex DA DD BA 1 0 10 D 41 22 50
Octal 332 335 272 1 0 20 15 101 42 120
Binary 11011010 11011101 10111010 1 0 10000 1101 1000001 100010 1010000

Color Harmonies of #DADDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADDBA

Black with #DADDBA

Text Example


Text Example

White with #DADDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADDBA; }

 p { color: rgb(218,221,186); }

 H1.HeaderClassName
 {
   color: #DADDBA;
 }
 .AnyTagClassName
 {
   color: #DADDBA;
 }
</style>

background-color css

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

 a { background-color: rgb(218,221,186); }

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

border-color css

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

 span { border-color: rgb(218,221,186); }

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