Html Css Color HEX #DAEFC8 Frostee

📋 copy color: '#DAEFC8'

red 218 ◦ green 239 ◦ blue 200

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

Shades of Frostee #DAEFC8

Tints of Frostee #DAEFC8

RGB

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

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

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

R = 33.18%
G = 36.38%
B = 30.44%

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

#DAEFC8 (or 0xDAEFC8) is known color: Frostee. HEX triplet: DA, EF and C8. RGB value is (218,239,200). Sum of RGB (Red+Green+Blue) = 218+239+200=657 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.18% from 657); Green value is 239 (93.75% from 255 or 36.38% from 657); Blue value is 200 (78.52% from 255 or 30.44% from 657); Max value from RGB is 239 - color contains mainly: green. Hex color #DAEFC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEFC8 is #251037. Grayscale: #E4E4E4. Windows color (decimal): -2428984 or 13168602. OLE color: 13168602.

HSL color Cylindrical-coordinate representation of color #DAEFC8: hue angle of 92.31º degrees, saturation: 0.55, 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 #DAEFC8 is Cyan = 0.09, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB 218 239 200 -
CMYK 0.09 0 0.16 0.06
HSL 92.31º 0.55% 0.86% -
HSV(B) 92.31º 0.16% 0.94% -
XYZ 70.21 80.81 66.54 -
YUV 228.28 112.04 120.67 -
System Red Green Blue C M Y K H S L
Decimal 218 239 200 0.09 0 0.16 0.06 92.31 0.55 0.86
Hex DA EF C8 9 0 10 6 5C 37 56
Octal 332 357 310 11 0 20 6 134 67 126
Binary 11011010 11101111 11001000 1001 0 10000 110 1011100 110111 1010110

Color Harmonies of #DAEFC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEFC8

Black with #DAEFC8

Text Example


Text Example

White with #DAEFC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEFC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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