Html Css Color HEX #DAEDC2 Frostee

📋 copy color: '#DAEDC2'

red 218 ◦ green 237 ◦ blue 194

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

Shades of Frostee #DAEDC2

Tints of Frostee #DAEDC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 29.89%

R = 33.59%
G = 36.52%
B = 29.89%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#DAEDC2 (or 0xDAEDC2) is known color: Frostee. HEX triplet: DA, ED and C2. RGB value is (218,237,194). Sum of RGB (Red+Green+Blue) = 218+237+194=649 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.59% from 649); Green value is 237 (92.97% from 255 or 36.52% from 649); Blue value is 194 (76.17% from 255 or 29.89% from 649); Max value from RGB is 237 - color contains mainly: green. Hex color #DAEDC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEDC2 is #25123D. Grayscale: #E2E2E2. Windows color (decimal): -2429502 or 12774874. OLE color: 12774874.

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

Color convert

RGB 218 237 194 -
CMYK 0.08 0 0.18 0.07
HSL 86.51º 0.54% 0.85% -
HSV(B) 86.51º 0.18% 0.93% -
XYZ 68.94 79.37 62.73 -
YUV 226.42 109.71 122 -
System Red Green Blue C M Y K H S L
Decimal 218 237 194 0.08 0 0.18 0.07 86.51 0.54 0.85
Hex DA ED C2 8 0 12 7 57 36 55
Octal 332 355 302 10 0 22 7 127 66 125
Binary 11011010 11101101 11000010 1000 0 10010 111 1010111 110110 1010101

Color Harmonies of #DAEDC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEDC2

Black with #DAEDC2

Text Example


Text Example

White with #DAEDC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEDC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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