Html Css Color HEX #DAE0BB Frost

📋 copy color: '#DAE0BB'

red 218 ◦ green 224 ◦ blue 187

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

Shades of Frost #DAE0BB

Tints of Frost #DAE0BB

RGB

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

 GREEN value IS 224 (87.89% from 255) = 35.61%

 BLUE value IS 187 (73.44% from 255) = 29.73%

R = 34.66%
G = 35.61%
B = 29.73%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#DAE0BB (or 0xDAE0BB) is known color: Frost. HEX triplet: DA, E0 and BB. RGB value is (218,224,187). Sum of RGB (Red+Green+Blue) = 218+224+187=629 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.66% from 629); Green value is 224 (87.89% from 255 or 35.61% from 629); Blue value is 187 (73.44% from 255 or 29.73% from 629); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE0BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE0BB is #251F44. Grayscale: #DADADA. Windows color (decimal): -2432837 or 12312794. OLE color: 12312794.

HSL color Cylindrical-coordinate representation of color #DAE0BB: hue angle of 69.73º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DAE0BB is Cyan = 0.03, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB 218 224 187 -
CMYK 0.03 0 0.17 0.12
HSL 69.73º 0.37% 0.81% -
HSV(B) 69.73º 0.17% 0.88% -
XYZ 64.54 71.8 57.47 -
YUV 217.99 110.51 128.01 -
System Red Green Blue C M Y K H S L
Decimal 218 224 187 0.03 0 0.17 0.12 69.73 0.37 0.81
Hex DA E0 BB 3 0 11 C 46 25 51
Octal 332 340 273 3 0 21 14 106 45 121
Binary 11011010 11100000 10111011 11 0 10001 1100 1000110 100101 1010001

Color Harmonies of #DAE0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE0BB

Black with #DAE0BB

Text Example


Text Example

White with #DAE0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE0BB; }

 p { color: rgb(218,224,187); }

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

background-color css

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

 a { background-color: rgb(218,224,187); }

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

border-color css

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

 span { border-color: rgb(218,224,187); }

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