Html Css Color HEX #DAE9CE Frostee

📋 copy color: '#DAE9CE'

red 218 ◦ green 233 ◦ blue 206

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

Shades of Frostee #DAE9CE

Tints of Frostee #DAE9CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 31.35%

R = 33.18%
G = 35.46%
B = 31.35%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#DAE9CE (or 0xDAE9CE) is known color: Frostee. HEX triplet: DA, E9 and CE. RGB value is (218,233,206). Sum of RGB (Red+Green+Blue) = 218+233+206=657 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.18% from 657); Green value is 233 (91.41% from 255 or 35.46% from 657); Blue value is 206 (80.86% from 255 or 31.35% from 657); Max value from RGB is 233 - color contains mainly: green. Hex color #DAE9CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAE9CE is #251631. Grayscale: #E1E1E1. Windows color (decimal): -2430514 or 13560282. OLE color: 13560282.

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

Color convert

RGB 218 233 206 -
CMYK 0.06 0 0.12 0.09
HSL 93.33º 0.38% 0.86% -
HSV(B) 93.33º 0.12% 0.91% -
XYZ 69.19 77.64 69.73 -
YUV 225.44 117.03 122.7 -
System Red Green Blue C M Y K H S L
Decimal 218 233 206 0.06 0 0.12 0.09 93.33 0.38 0.86
Hex DA E9 CE 6 0 C 9 5D 26 56
Octal 332 351 316 6 0 14 11 135 46 126
Binary 11011010 11101001 11001110 110 0 1100 1001 1011101 100110 1010110

Color Harmonies of #DAE9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE9CE

Black with #DAE9CE

Text Example


Text Example

White with #DAE9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE9CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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