Html Css Color HEX #DAEEC8 Frostee

📋 copy color: '#DAEEC8'

red 218 ◦ green 238 ◦ blue 200

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

Shades of Frostee #DAEEC8

Tints of Frostee #DAEEC8

RGB

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

 GREEN value IS 238 (93.36% from 255) = 36.28%

 BLUE value IS 200 (78.52% from 255) = 30.49%

R = 33.23%
G = 36.28%
B = 30.49%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#DAEEC8 (or 0xDAEEC8) is known color: Frostee. HEX triplet: DA, EE and C8. RGB value is (218,238,200). Sum of RGB (Red+Green+Blue) = 218+238+200=656 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.23% from 656); Green value is 238 (93.36% from 255 or 36.28% from 656); Blue value is 200 (78.52% from 255 or 30.49% from 656); Max value from RGB is 238 - color contains mainly: green. Hex color #DAEEC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEEC8 is #251137. Grayscale: #E3E3E3. Windows color (decimal): -2429240 or 13168346. OLE color: 13168346.

HSL color Cylindrical-coordinate representation of color #DAEEC8: hue angle of 91.58º degrees, saturation: 0.53, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DAEEC8 is Cyan = 0.08, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB 218 238 200 -
CMYK 0.08 0 0.16 0.07
HSL 91.58º 0.53% 0.86% -
HSV(B) 91.58º 0.16% 0.93% -
XYZ 69.91 80.22 66.44 -
YUV 227.69 112.37 121.09 -
System Red Green Blue C M Y K H S L
Decimal 218 238 200 0.08 0 0.16 0.07 91.58 0.53 0.86
Hex DA EE C8 8 0 10 7 5C 35 56
Octal 332 356 310 10 0 20 7 134 65 126
Binary 11011010 11101110 11001000 1000 0 10000 111 1011100 110101 1010110

Color Harmonies of #DAEEC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEEC8

Black with #DAEEC8

Text Example


Text Example

White with #DAEEC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEEC8; }

 p { color: rgb(218,238,200); }

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

background-color css

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

 a { background-color: rgb(218,238,200); }

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

border-color css

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

 span { border-color: rgb(218,238,200); }

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