Html Css Color HEX #DAEBC7 Frostee

📋 copy color: '#DAEBC7'

red 218 ◦ green 235 ◦ blue 199

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

Shades of Frostee #DAEBC7

Tints of Frostee #DAEBC7

RGB

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

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

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

R = 33.44%
G = 36.04%
B = 30.52%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#DAEBC7 (or 0xDAEBC7) is known color: Frostee. HEX triplet: DA, EB and C7. RGB value is (218,235,199). Sum of RGB (Red+Green+Blue) = 218+235+199=652 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.44% from 652); Green value is 235 (92.19% from 255 or 36.04% from 652); Blue value is 199 (78.12% from 255 or 30.52% from 652); Max value from RGB is 235 - color contains mainly: green. Hex color #DAEBC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEBC7 is #251438. Grayscale: #E1E1E1. Windows color (decimal): -2430009 or 13102042. OLE color: 13102042.

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

Color convert

RGB 218 235 199 -
CMYK 0.07 0 0.15 0.08
HSL 88.33º 0.47% 0.85% -
HSV(B) 88.33º 0.15% 0.92% -
XYZ 68.93 78.45 65.54 -
YUV 225.81 112.87 122.43 -
System Red Green Blue C M Y K H S L
Decimal 218 235 199 0.07 0 0.15 0.08 88.33 0.47 0.85
Hex DA EB C7 7 0 F 8 58 2F 55
Octal 332 353 307 7 0 17 10 130 57 125
Binary 11011010 11101011 11000111 111 0 1111 1000 1011000 101111 1010101

Color Harmonies of #DAEBC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEBC7

Black with #DAEBC7

Text Example


Text Example

White with #DAEBC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEBC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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