Html Css Color HEX #DAEDC7 Frostee

📋 copy color: '#DAEDC7'

red 218 ◦ green 237 ◦ blue 199

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

Shades of Frostee #DAEDC7

Tints of Frostee #DAEDC7

RGB

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

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

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

R = 33.33%
G = 36.24%
B = 30.43%

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

#DAEDC7 (or 0xDAEDC7) is known color: Frostee. HEX triplet: DA, ED and C7. RGB value is (218,237,199). Sum of RGB (Red+Green+Blue) = 218+237+199=654 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.33% from 654); Green value is 237 (92.97% from 255 or 36.24% from 654); Blue value is 199 (78.12% from 255 or 30.43% from 654); Max value from RGB is 237 - color contains mainly: green. Hex color #DAEDC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEDC7 is #251238. Grayscale: #E3E3E3. Windows color (decimal): -2429497 or 13102554. OLE color: 13102554.

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

Color convert

RGB 218 237 199 -
CMYK 0.08 0 0.16 0.07
HSL 90º 0.51% 0.85% -
HSV(B) 90º 0.16% 0.93% -
XYZ 69.51 79.6 65.73 -
YUV 226.99 112.21 121.59 -
System Red Green Blue C M Y K H S L
Decimal 218 237 199 0.08 0 0.16 0.07 90 0.51 0.85
Hex DA ED C7 8 0 10 7 5A 33 55
Octal 332 355 307 10 0 20 7 132 63 125
Binary 11011010 11101101 11000111 1000 0 10000 111 1011010 110011 1010101

Color Harmonies of #DAEDC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEDC7

Black with #DAEDC7

Text Example


Text Example

White with #DAEDC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEDC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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