Html Css Color HEX #DAEBC5 Frostee

📋 copy color: '#DAEBC5'

red 218 ◦ green 235 ◦ blue 197

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

Shades of Frostee #DAEBC5

Tints of Frostee #DAEBC5

RGB

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

 GREEN value IS 235 (92.19% from 255) = 36.15%

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

R = 33.54%
G = 36.15%
B = 30.31%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#DAEBC5 (or 0xDAEBC5) is known color: Frostee. HEX triplet: DA, EB and C5. RGB value is (218,235,197). Sum of RGB (Red+Green+Blue) = 218+235+197=650 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.54% from 650); Green value is 235 (92.19% from 255 or 36.15% from 650); Blue value is 197 (77.34% from 255 or 30.31% from 650); Max value from RGB is 235 - color contains mainly: green. Hex color #DAEBC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEBC5 is #25143A. Grayscale: #E1E1E1. Windows color (decimal): -2430011 or 12970970. OLE color: 12970970.

HSL color Cylindrical-coordinate representation of color #DAEBC5: hue angle of 86.84º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DAEBC5 is Cyan = 0.07, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB 218 235 197 -
CMYK 0.07 0 0.16 0.08
HSL 86.84º 0.49% 0.85% -
HSV(B) 86.84º 0.16% 0.92% -
XYZ 68.7 78.35 64.33 -
YUV 225.59 111.87 122.59 -
System Red Green Blue C M Y K H S L
Decimal 218 235 197 0.07 0 0.16 0.08 86.84 0.49 0.85
Hex DA EB C5 7 0 10 8 57 31 55
Octal 332 353 305 7 0 20 10 127 61 125
Binary 11011010 11101011 11000101 111 0 10000 1000 1010111 110001 1010101

Color Harmonies of #DAEBC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEBC5

Black with #DAEBC5

Text Example


Text Example

White with #DAEBC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEBC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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