Html Css Color HEX #DAEBC8 Frostee

📋 copy color: '#DAEBC8'

red 218 ◦ green 235 ◦ blue 200

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

Shades of Frostee #DAEBC8

Tints of Frostee #DAEBC8

RGB

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

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

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

R = 33.38%
G = 35.99%
B = 30.63%

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

#DAEBC8 (or 0xDAEBC8) is known color: Frostee. HEX triplet: DA, EB and C8. RGB value is (218,235,200). Sum of RGB (Red+Green+Blue) = 218+235+200=653 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.38% from 653); Green value is 235 (92.19% from 255 or 35.99% from 653); Blue value is 200 (78.52% from 255 or 30.63% from 653); Max value from RGB is 235 - color contains mainly: green. Hex color #DAEBC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEBC8 is #251437. Grayscale: #E2E2E2. Windows color (decimal): -2430008 or 13167578. OLE color: 13167578.

HSL color Cylindrical-coordinate representation of color #DAEBC8: hue angle of 89.14º 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 #DAEBC8 is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.

Color convert

RGB 218 235 200 -
CMYK 0.07 0 0.15 0.08
HSL 89.14º 0.47% 0.85% -
HSV(B) 89.14º 0.15% 0.92% -
XYZ 69.05 78.49 66.15 -
YUV 225.93 113.37 122.35 -
System Red Green Blue C M Y K H S L
Decimal 218 235 200 0.07 0 0.15 0.08 89.14 0.47 0.85
Hex DA EB C8 7 0 F 8 59 2F 55
Octal 332 353 310 7 0 17 10 131 57 125
Binary 11011010 11101011 11001000 111 0 1111 1000 1011001 101111 1010101

Color Harmonies of #DAEBC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEBC8

Black with #DAEBC8

Text Example


Text Example

White with #DAEBC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEBC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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