Html Css Color HEX #DAE6CE Frostee

📋 copy color: '#DAE6CE'

red 218 ◦ green 230 ◦ blue 206

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

Shades of Frostee #DAE6CE

Tints of Frostee #DAE6CE

RGB

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

 GREEN value IS 230 (90.23% from 255) = 35.17%

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

R = 33.33%
G = 35.17%
B = 31.5%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#DAE6CE (or 0xDAE6CE) is known color: Frostee. HEX triplet: DA, E6 and CE. RGB value is (218,230,206). Sum of RGB (Red+Green+Blue) = 218+230+206=654 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.33% from 654); Green value is 230 (90.23% from 255 or 35.17% from 654); Blue value is 206 (80.86% from 255 or 31.50% from 654); Max value from RGB is 230 - color contains mainly: green. Hex color #DAE6CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAE6CE is #251931. Grayscale: #DFDFDF. Windows color (decimal): -2431282 or 13559514. OLE color: 13559514.

HSL color Cylindrical-coordinate representation of color #DAE6CE: hue angle of 90º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DAE6CE is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB 218 230 206 -
CMYK 0.05 0 0.10 0.10
HSL 90º 0.32% 0.85% -
HSV(B) 90º 0.1% 0.9% -
XYZ 68.35 75.96 69.45 -
YUV 223.68 118.02 123.95 -
System Red Green Blue C M Y K H S L
Decimal 218 230 206 0.05 0 0.10 0.10 90 0.32 0.85
Hex DA E6 CE 5 0 A A 5A 20 55
Octal 332 346 316 5 0 12 12 132 40 125
Binary 11011010 11100110 11001110 101 0 1010 1010 1011010 100000 1010101

Color Harmonies of #DAE6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE6CE

Black with #DAE6CE

Text Example


Text Example

White with #DAE6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE6CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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