Html Css Color HEX #DAEFC7 Frostee

📋 copy color: '#DAEFC7'

red 218 ◦ green 239 ◦ blue 199

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

Shades of Frostee #DAEFC7

Tints of Frostee #DAEFC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 30.34%

R = 33.23%
G = 36.43%
B = 30.34%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.17

 K value IS 0.06

RGB Variations

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

Color information

#DAEFC7 (or 0xDAEFC7) is known color: Frostee. HEX triplet: DA, EF and C7. RGB value is (218,239,199). Sum of RGB (Red+Green+Blue) = 218+239+199=656 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.23% from 656); Green value is 239 (93.75% from 255 or 36.43% from 656); Blue value is 199 (78.12% from 255 or 30.34% from 656); Max value from RGB is 239 - color contains mainly: green. Hex color #DAEFC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEFC7 is #251038. Grayscale: #E4E4E4. Windows color (decimal): -2428985 or 13103066. OLE color: 13103066.

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

Color convert

RGB 218 239 199 -
CMYK 0.09 0 0.17 0.06
HSL 91.5º 0.56% 0.86% -
HSV(B) 91.5º 0.17% 0.94% -
XYZ 70.09 80.76 65.93 -
YUV 228.16 111.54 120.75 -
System Red Green Blue C M Y K H S L
Decimal 218 239 199 0.09 0 0.17 0.06 91.5 0.56 0.86
Hex DA EF C7 9 0 11 6 5C 38 56
Octal 332 357 307 11 0 21 6 134 70 126
Binary 11011010 11101111 11000111 1001 0 10001 110 1011100 111000 1010110

Color Harmonies of #DAEFC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEFC7

Black with #DAEFC7

Text Example


Text Example

White with #DAEFC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEFC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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