Html Css Color HEX #DAEEC3 Frostee

📋 copy color: '#DAEEC3'

red 218 ◦ green 238 ◦ blue 195

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

Shades of Frostee #DAEEC3

Tints of Frostee #DAEEC3

RGB

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

 GREEN value IS 238 (93.36% from 255) = 36.56%

 BLUE value IS 195 (76.56% from 255) = 29.95%

R = 33.49%
G = 36.56%
B = 29.95%

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

#DAEEC3 (or 0xDAEEC3) is known color: Frostee. HEX triplet: DA, EE and C3. RGB value is (218,238,195). Sum of RGB (Red+Green+Blue) = 218+238+195=651 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.49% from 651); Green value is 238 (93.36% from 255 or 36.56% from 651); Blue value is 195 (76.56% from 255 or 29.95% from 651); Max value from RGB is 238 - color contains mainly: green. Hex color #DAEEC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEEC3 is #25113C. Grayscale: #E3E3E3. Windows color (decimal): -2429245 or 12840666. OLE color: 12840666.

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

Color convert

RGB 218 238 195 -
CMYK 0.08 0 0.18 0.07
HSL 87.91º 0.56% 0.85% -
HSV(B) 87.91º 0.18% 0.93% -
XYZ 69.34 79.99 63.42 -
YUV 227.12 109.87 121.5 -
System Red Green Blue C M Y K H S L
Decimal 218 238 195 0.08 0 0.18 0.07 87.91 0.56 0.85
Hex DA EE C3 8 0 12 7 58 38 55
Octal 332 356 303 10 0 22 7 130 70 125
Binary 11011010 11101110 11000011 1000 0 10010 111 1011000 111000 1010101

Color Harmonies of #DAEEC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEEC3

Black with #DAEEC3

Text Example


Text Example

White with #DAEEC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEEC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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