Html Css Color HEX #DAEFC9 Frostee

📋 copy color: '#DAEFC9'

red 218 ◦ green 239 ◦ blue 201

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

Shades of Frostee #DAEFC9

Tints of Frostee #DAEFC9

RGB

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

 GREEN value IS 239 (93.75% from 255) = 36.32%

 BLUE value IS 201 (78.91% from 255) = 30.55%

R = 33.13%
G = 36.32%
B = 30.55%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#DAEFC9 (or 0xDAEFC9) is known color: Frostee. HEX triplet: DA, EF and C9. RGB value is (218,239,201). Sum of RGB (Red+Green+Blue) = 218+239+201=658 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.13% from 658); Green value is 239 (93.75% from 255 or 36.32% from 658); Blue value is 201 (78.91% from 255 or 30.55% from 658); Max value from RGB is 239 - color contains mainly: green. Hex color #DAEFC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEFC9 is #251036. Grayscale: #E4E4E4. Windows color (decimal): -2428983 or 13234138. OLE color: 13234138.

HSL color Cylindrical-coordinate representation of color #DAEFC9: hue angle of 93.16º degrees, saturation: 0.54, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DAEFC9 is Cyan = 0.09, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB 218 239 201 -
CMYK 0.09 0 0.16 0.06
HSL 93.16º 0.54% 0.86% -
HSV(B) 93.16º 0.16% 0.94% -
XYZ 70.32 80.86 67.16 -
YUV 228.39 112.54 120.59 -
System Red Green Blue C M Y K H S L
Decimal 218 239 201 0.09 0 0.16 0.06 93.16 0.54 0.86
Hex DA EF C9 9 0 10 6 5D 36 56
Octal 332 357 311 11 0 20 6 135 66 126
Binary 11011010 11101111 11001001 1001 0 10000 110 1011101 110110 1010110

Color Harmonies of #DAEFC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEFC9

Black with #DAEFC9

Text Example


Text Example

White with #DAEFC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEFC9; }

 p { color: rgb(218,239,201); }

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

background-color css

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

 a { background-color: rgb(218,239,201); }

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

border-color css

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

 span { border-color: rgb(218,239,201); }

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