Html Css Color HEX #DAEAC6 Frostee

📋 copy color: '#DAEAC6'

red 218 ◦ green 234 ◦ blue 198

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

Shades of Frostee #DAEAC6

Tints of Frostee #DAEAC6

RGB

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

 GREEN value IS 234 (91.8% from 255) = 36%

 BLUE value IS 198 (77.73% from 255) = 30.46%

R = 33.54%
G = 36%
B = 30.46%

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

#DAEAC6 (or 0xDAEAC6) is known color: Frostee. HEX triplet: DA, EA and C6. RGB value is (218,234,198). Sum of RGB (Red+Green+Blue) = 218+234+198=650 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.54% from 650); Green value is 234 (91.80% from 255 or 36% from 650); Blue value is 198 (77.73% from 255 or 30.46% from 650); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEAC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEAC6 is #251539. Grayscale: #E1E1E1. Windows color (decimal): -2430266 or 13036250. OLE color: 13036250.

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

Color convert

RGB 218 234 198 -
CMYK 0.07 0 0.15 0.08
HSL 86.67º 0.46% 0.85% -
HSV(B) 86.67º 0.15% 0.92% -
XYZ 68.53 77.83 64.84 -
YUV 225.11 112.7 122.93 -
System Red Green Blue C M Y K H S L
Decimal 218 234 198 0.07 0 0.15 0.08 86.67 0.46 0.85
Hex DA EA C6 7 0 F 8 57 2E 55
Octal 332 352 306 7 0 17 10 127 56 125
Binary 11011010 11101010 11000110 111 0 1111 1000 1010111 101110 1010101

Color Harmonies of #DAEAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEAC6

Black with #DAEAC6

Text Example


Text Example

White with #DAEAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEAC6; }

 p { color: rgb(218,234,198); }

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

background-color css

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

 a { background-color: rgb(218,234,198); }

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

border-color css

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

 span { border-color: rgb(218,234,198); }

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