Html Css Color HEX #DAEEC4 Frostee

📋 copy color: '#DAEEC4'

red 218 ◦ green 238 ◦ blue 196

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

Shades of Frostee #DAEEC4

Tints of Frostee #DAEEC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 30.06%

R = 33.44%
G = 36.5%
B = 30.06%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#DAEEC4 (or 0xDAEEC4) is known color: Frostee. HEX triplet: DA, EE and C4. RGB value is (218,238,196). Sum of RGB (Red+Green+Blue) = 218+238+196=652 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.44% from 652); Green value is 238 (93.36% from 255 or 36.50% from 652); Blue value is 196 (76.95% from 255 or 30.06% from 652); Max value from RGB is 238 - color contains mainly: green. Hex color #DAEEC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEEC4 is #25113B. Grayscale: #E3E3E3. Windows color (decimal): -2429244 or 12906202. OLE color: 12906202.

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

Color convert

RGB 218 238 196 -
CMYK 0.08 0 0.18 0.07
HSL 88.57º 0.55% 0.85% -
HSV(B) 88.57º 0.18% 0.93% -
XYZ 69.45 80.04 64.01 -
YUV 227.23 110.37 121.42 -
System Red Green Blue C M Y K H S L
Decimal 218 238 196 0.08 0 0.18 0.07 88.57 0.55 0.85
Hex DA EE C4 8 0 12 7 59 37 55
Octal 332 356 304 10 0 22 7 131 67 125
Binary 11011010 11101110 11000100 1000 0 10010 111 1011001 110111 1010101

Color Harmonies of #DAEEC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEEC4

Black with #DAEEC4

Text Example


Text Example

White with #DAEEC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEEC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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