#DAEEC1

Color #DAEEC1 Frostee (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Frostee #DAEEC1

Tints of Frostee #DAEEC1

Color information

#DAEEC1 (or 0xDAEEC1) is unknown color: approx Frostee. HEX triplet: DA, EE and C1. RGB value is (218,238,193). Sum of RGB (Red+Green+Blue) = 218+238+193=649 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.59% from 649); Green value is 238 (93.36% from 255 or 36.67% from 649); Blue value is 193 (75.78% from 255 or 29.74% from 649); Max value from RGB is 238 - color contains mainly: green. Hex color #DAEEC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEEC1 is #25113E. Grayscale: #E3E3E3. Windows color (decimal): -2429247 or 12709594. OLE color: 12709594.

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

Color convert

RGB218238193-
CMYK0.0800.190.07
HSL86.67º56.96%84.51%-
HSV(B)86.67º18.91%93.33%-
XYZ69.1179.962.23-
YUV226.89108.87121.66-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.59%
GREEN value IS 238 (93.36% from 255) = 36.67%
BLUE value IS 193 (75.78% from 255) = 29.74%
R=33.59%
G=36.67%
B=29.74%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2182381930.0800.190.0786.6756.9684.51
HexDAEEC180137573955
Octal33235630110023712771125
Binary110110101110111011000001100001001111110101111110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEEC1; }

 p { color: rgb(218,238,193); }

 H1.HeaderClassName
 {
   color: #DAEEC1;
 }
 .AnyTagClassName
 {
   color: #DAEEC1;
 }
</style>
background-color css

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

 a { background-color: rgb(218,238,193); }

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

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

 span { border-color: rgb(218,238,193); }

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