#DAEBCA

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

Shades of Frostee #DAEBCA

Tints of Frostee #DAEBCA

Color information

#DAEBCA (or 0xDAEBCA) is unknown color: approx Frostee. HEX triplet: DA, EB and CA. RGB value is (218,235,202). Sum of RGB (Red+Green+Blue) = 218+235+202=655 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.28% from 655); Green value is 235 (92.19% from 255 or 35.88% from 655); Blue value is 202 (79.30% from 255 or 30.84% from 655); Max value from RGB is 235 - color contains mainly: green. Hex color #DAEBCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEBCA is #251435. Grayscale: #E2E2E2. Windows color (decimal): -2430006 or 13298650. OLE color: 13298650.

HSL color Cylindrical-coordinate representation of color #DAEBCA: hue angle of 90.91º degrees, saturation: 0.45, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DAEBCA is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB218235202-
CMYK0.0700.140.08
HSL90.91º45.21%85.69%-
HSV(B)90.91º14.04%92.16%-
XYZ69.2878.5967.39-
YUV226.16114.37122.18-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.28%
GREEN value IS 235 (92.19% from 255) = 35.88%
BLUE value IS 202 (79.30% from 255) = 30.84%
R=33.28%
G=35.88%
B=30.84%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2182352020.0700.140.0890.9145.2185.69
HexDAEBCA70E85b2d56
Octal33235331270161013355126
Binary11011010111010111100101011101110100010110111011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEBCA; }

 p { color: rgb(218,235,202); }

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

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

 a { background-color: rgb(218,235,202); }

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

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

 span { border-color: rgb(218,235,202); }

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