Html Css Color HEX #DAE7CA Frostee

📋 copy color: '#DAE7CA'

red 218 ◦ green 231 ◦ blue 202

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

Shades of Frostee #DAE7CA

Tints of Frostee #DAE7CA

RGB

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

 GREEN value IS 231 (90.63% from 255) = 35.48%

 BLUE value IS 202 (79.3% from 255) = 31.03%

R = 33.49%
G = 35.48%
B = 31.03%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.13

 K value IS 0.09

RGB Variations

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

Color information

#DAE7CA (or 0xDAE7CA) is known color: Frostee. HEX triplet: DA, E7 and CA. RGB value is (218,231,202). Sum of RGB (Red+Green+Blue) = 218+231+202=651 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.49% from 651); Green value is 231 (90.62% from 255 or 35.48% from 651); Blue value is 202 (79.30% from 255 or 31.03% from 651); Max value from RGB is 231 - color contains mainly: green. Hex color #DAE7CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAE7CA is #251835. Grayscale: #DFDFDF. Windows color (decimal): -2431030 or 13297626. OLE color: 13297626.

HSL color Cylindrical-coordinate representation of color #DAE7CA: hue angle of 86.9º degrees, saturation: 0.38, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DAE7CA is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB 218 231 202 -
CMYK 0.06 0 0.13 0.09
HSL 86.9º 0.38% 0.85% -
HSV(B) 86.9º 0.13% 0.91% -
XYZ 68.15 76.32 67.02 -
YUV 223.81 115.69 123.86 -
System Red Green Blue C M Y K H S L
Decimal 218 231 202 0.06 0 0.13 0.09 86.9 0.38 0.85
Hex DA E7 CA 6 0 D 9 57 26 55
Octal 332 347 312 6 0 15 11 127 46 125
Binary 11011010 11100111 11001010 110 0 1101 1001 1010111 100110 1010101

Color Harmonies of #DAE7CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE7CA

Black with #DAE7CA

Text Example


Text Example

White with #DAE7CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE7CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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