Html Css Color HEX #DAEDC8 Frostee

📋 copy color: '#DAEDC8'

red 218 ◦ green 237 ◦ blue 200

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

Shades of Frostee #DAEDC8

Tints of Frostee #DAEDC8

RGB

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

 GREEN value IS 237 (92.97% from 255) = 36.18%

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

R = 33.28%
G = 36.18%
B = 30.53%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#DAEDC8 (or 0xDAEDC8) is known color: Frostee. HEX triplet: DA, ED and C8. RGB value is (218,237,200). Sum of RGB (Red+Green+Blue) = 218+237+200=655 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.28% from 655); Green value is 237 (92.97% from 255 or 36.18% from 655); Blue value is 200 (78.52% from 255 or 30.53% from 655); Max value from RGB is 237 - color contains mainly: green. Hex color #DAEDC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEDC8 is #251237. Grayscale: #E3E3E3. Windows color (decimal): -2429496 or 13168090. OLE color: 13168090.

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

Color convert

RGB 218 237 200 -
CMYK 0.08 0 0.16 0.07
HSL 90.81º 0.51% 0.86% -
HSV(B) 90.81º 0.16% 0.93% -
XYZ 69.62 79.64 66.35 -
YUV 227.1 112.71 121.51 -
System Red Green Blue C M Y K H S L
Decimal 218 237 200 0.08 0 0.16 0.07 90.81 0.51 0.86
Hex DA ED C8 8 0 10 7 5B 33 56
Octal 332 355 310 10 0 20 7 133 63 126
Binary 11011010 11101101 11001000 1000 0 10000 111 1011011 110011 1010110

Color Harmonies of #DAEDC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEDC8

Black with #DAEDC8

Text Example


Text Example

White with #DAEDC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEDC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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