Html Css Color HEX #DAE2BB Frost

📋 copy color: '#DAE2BB'

red 218 ◦ green 226 ◦ blue 187

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

Shades of Frost #DAE2BB

Tints of Frost #DAE2BB

RGB

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

 GREEN value IS 226 (88.67% from 255) = 35.82%

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

R = 34.55%
G = 35.82%
B = 29.64%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.17

 K value IS 0.11

RGB Variations

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

Color information

#DAE2BB (or 0xDAE2BB) is known color: Frost. HEX triplet: DA, E2 and BB. RGB value is (218,226,187). Sum of RGB (Red+Green+Blue) = 218+226+187=631 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.55% from 631); Green value is 226 (88.67% from 255 or 35.82% from 631); Blue value is 187 (73.44% from 255 or 29.64% from 631); Max value from RGB is 226 - color contains mainly: green. Hex color #DAE2BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE2BB is #251D44. Grayscale: #DBDBDB. Windows color (decimal): -2432325 or 12313306. OLE color: 12313306.

HSL color Cylindrical-coordinate representation of color #DAE2BB: hue angle of 72.31º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DAE2BB is Cyan = 0.04, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB 218 226 187 -
CMYK 0.04 0 0.17 0.11
HSL 72.31º 0.4% 0.81% -
HSV(B) 72.31º 0.17% 0.89% -
XYZ 65.08 72.89 57.65 -
YUV 219.16 109.85 127.17 -
System Red Green Blue C M Y K H S L
Decimal 218 226 187 0.04 0 0.17 0.11 72.31 0.4 0.81
Hex DA E2 BB 4 0 11 B 48 28 51
Octal 332 342 273 4 0 21 13 110 50 121
Binary 11011010 11100010 10111011 100 0 10001 1011 1001000 101000 1010001

Color Harmonies of #DAE2BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE2BB

Black with #DAE2BB

Text Example


Text Example

White with #DAE2BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE2BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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