Html Css Color HEX #DAE5BC Frost

📋 copy color: '#DAE5BC'

red 218 ◦ green 229 ◦ blue 188

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

Shades of Frost #DAE5BC

Tints of Frost #DAE5BC

RGB

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

 GREEN value IS 229 (89.84% from 255) = 36.06%

 BLUE value IS 188 (73.83% from 255) = 29.61%

R = 34.33%
G = 36.06%
B = 29.61%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#DAE5BC (or 0xDAE5BC) is known color: Frost. HEX triplet: DA, E5 and BC. RGB value is (218,229,188). Sum of RGB (Red+Green+Blue) = 218+229+188=635 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.33% from 635); Green value is 229 (89.84% from 255 or 36.06% from 635); Blue value is 188 (73.83% from 255 or 29.61% from 635); Max value from RGB is 229 - color contains mainly: green. Hex color #DAE5BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE5BC is #251A43. Grayscale: #DDDDDD. Windows color (decimal): -2431556 or 12379610. OLE color: 12379610.

HSL color Cylindrical-coordinate representation of color #DAE5BC: hue angle of 76.1º degrees, saturation: 0.44, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DAE5BC is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB 218 229 188 -
CMYK 0.05 0 0.18 0.10
HSL 76.1º 0.44% 0.82% -
HSV(B) 76.1º 0.18% 0.9% -
XYZ 66.01 74.57 58.49 -
YUV 221.04 109.36 125.83 -
System Red Green Blue C M Y K H S L
Decimal 218 229 188 0.05 0 0.18 0.10 76.1 0.44 0.82
Hex DA E5 BC 5 0 12 A 4C 2C 52
Octal 332 345 274 5 0 22 12 114 54 122
Binary 11011010 11100101 10111100 101 0 10010 1010 1001100 101100 1010010

Color Harmonies of #DAE5BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE5BC

Black with #DAE5BC

Text Example


Text Example

White with #DAE5BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE5BC; }

 p { color: rgb(218,229,188); }

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

background-color css

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

 a { background-color: rgb(218,229,188); }

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

border-color css

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

 span { border-color: rgb(218,229,188); }

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