Html Css Color HEX #DAEFC6 Frostee

📋 copy color: '#DAEFC6'

red 218 ◦ green 239 ◦ blue 198

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

Shades of Frostee #DAEFC6

Tints of Frostee #DAEFC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 30.23%

R = 33.28%
G = 36.49%
B = 30.23%

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

#DAEFC6 (or 0xDAEFC6) is known color: Frostee. HEX triplet: DA, EF and C6. RGB value is (218,239,198). Sum of RGB (Red+Green+Blue) = 218+239+198=655 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.28% from 655); Green value is 239 (93.75% from 255 or 36.49% from 655); Blue value is 198 (77.73% from 255 or 30.23% from 655); Max value from RGB is 239 - color contains mainly: green. Hex color #DAEFC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEFC6 is #251039. Grayscale: #E4E4E4. Windows color (decimal): -2428986 or 13037530. OLE color: 13037530.

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

Color convert

RGB 218 239 198 -
CMYK 0.09 0 0.17 0.06
HSL 90.73º 0.56% 0.86% -
HSV(B) 90.73º 0.17% 0.94% -
XYZ 69.97 80.72 65.32 -
YUV 228.05 111.04 120.83 -
System Red Green Blue C M Y K H S L
Decimal 218 239 198 0.09 0 0.17 0.06 90.73 0.56 0.86
Hex DA EF C6 9 0 11 6 5B 38 56
Octal 332 357 306 11 0 21 6 133 70 126
Binary 11011010 11101111 11000110 1001 0 10001 110 1011011 111000 1010110

Color Harmonies of #DAEFC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEFC6

Black with #DAEFC6

Text Example


Text Example

White with #DAEFC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEFC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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