Html Css Color HEX #DAE0BE Frost

📋 copy color: '#DAE0BE'

red 218 ◦ green 224 ◦ blue 190

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

Shades of Frost #DAE0BE

Tints of Frost #DAE0BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 30.06%

R = 34.49%
G = 35.44%
B = 30.06%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#DAE0BE (or 0xDAE0BE) is known color: Frost. HEX triplet: DA, E0 and BE. RGB value is (218,224,190). Sum of RGB (Red+Green+Blue) = 218+224+190=632 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.49% from 632); Green value is 224 (87.89% from 255 or 35.44% from 632); Blue value is 190 (74.61% from 255 or 30.06% from 632); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE0BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE0BE is #251F41. Grayscale: #DADADA. Windows color (decimal): -2432834 or 12509402. OLE color: 12509402.

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

Color convert

RGB 218 224 190 -
CMYK 0.03 0 0.15 0.12
HSL 70.59º 0.35% 0.81% -
HSV(B) 70.59º 0.15% 0.88% -
XYZ 64.86 71.93 59.18 -
YUV 218.33 112.01 127.76 -
System Red Green Blue C M Y K H S L
Decimal 218 224 190 0.03 0 0.15 0.12 70.59 0.35 0.81
Hex DA E0 BE 3 0 F C 47 23 51
Octal 332 340 276 3 0 17 14 107 43 121
Binary 11011010 11100000 10111110 11 0 1111 1100 1000111 100011 1010001

Color Harmonies of #DAE0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE0BE

Black with #DAE0BE

Text Example


Text Example

White with #DAE0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE0BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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