Html Css Color HEX #DAE9CA Frostee

📋 copy color: '#DAE9CA'

red 218 ◦ green 233 ◦ blue 202

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

Shades of Frostee #DAE9CA

Tints of Frostee #DAE9CA

RGB

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

 GREEN value IS 233 (91.41% from 255) = 35.68%

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

R = 33.38%
G = 35.68%
B = 30.93%

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

#DAE9CA (or 0xDAE9CA) is known color: Frostee. HEX triplet: DA, E9 and CA. RGB value is (218,233,202). Sum of RGB (Red+Green+Blue) = 218+233+202=653 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.38% from 653); Green value is 233 (91.41% from 255 or 35.68% from 653); Blue value is 202 (79.30% from 255 or 30.93% from 653); Max value from RGB is 233 - color contains mainly: green. Hex color #DAE9CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAE9CA is #251635. Grayscale: #E1E1E1. Windows color (decimal): -2430518 or 13298138. OLE color: 13298138.

HSL color Cylindrical-coordinate representation of color #DAE9CA: hue angle of 89.03º degrees, saturation: 0.41, 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 #DAE9CA is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB 218 233 202 -
CMYK 0.06 0 0.13 0.09
HSL 89.03º 0.41% 0.85% -
HSV(B) 89.03º 0.13% 0.91% -
XYZ 68.71 77.45 67.2 -
YUV 224.98 115.03 123.02 -
System Red Green Blue C M Y K H S L
Decimal 218 233 202 0.06 0 0.13 0.09 89.03 0.41 0.85
Hex DA E9 CA 6 0 D 9 59 29 55
Octal 332 351 312 6 0 15 11 131 51 125
Binary 11011010 11101001 11001010 110 0 1101 1001 1011001 101001 1010101

Color Harmonies of #DAE9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE9CA

Black with #DAE9CA

Text Example


Text Example

White with #DAE9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE9CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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