Html Css Color HEX #DAEFC5 Frostee

📋 copy color: '#DAEFC5'

red 218 ◦ green 239 ◦ blue 197

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

Shades of Frostee #DAEFC5

Tints of Frostee #DAEFC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 30.12%

R = 33.33%
G = 36.54%
B = 30.12%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#DAEFC5 (or 0xDAEFC5) is known color: Frostee. HEX triplet: DA, EF and C5. RGB value is (218,239,197). Sum of RGB (Red+Green+Blue) = 218+239+197=654 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.33% from 654); Green value is 239 (93.75% from 255 or 36.54% from 654); Blue value is 197 (77.34% from 255 or 30.12% from 654); Max value from RGB is 239 - color contains mainly: green. Hex color #DAEFC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEFC5 is #25103A. Grayscale: #E4E4E4. Windows color (decimal): -2428987 or 12971994. OLE color: 12971994.

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

Color convert

RGB 218 239 197 -
CMYK 0.09 0 0.18 0.06
HSL 90º 0.57% 0.85% -
HSV(B) 90º 0.18% 0.94% -
XYZ 69.86 80.67 64.71 -
YUV 227.93 110.54 120.92 -
System Red Green Blue C M Y K H S L
Decimal 218 239 197 0.09 0 0.18 0.06 90 0.57 0.85
Hex DA EF C5 9 0 12 6 5A 39 55
Octal 332 357 305 11 0 22 6 132 71 125
Binary 11011010 11101111 11000101 1001 0 10010 110 1011010 111001 1010101

Color Harmonies of #DAEFC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEFC5

Black with #DAEFC5

Text Example


Text Example

White with #DAEFC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEFC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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