Html Css Color HEX #DAE9D0 Frostee

📋 copy color: '#DAE9D0'

red 218 ◦ green 233 ◦ blue 208

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

Shades of Frostee #DAE9D0

Tints of Frostee #DAE9D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 31.56%

R = 33.08%
G = 35.36%
B = 31.56%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#DAE9D0 (or 0xDAE9D0) is known color: Frostee. HEX triplet: DA, E9 and D0. RGB value is (218,233,208). Sum of RGB (Red+Green+Blue) = 218+233+208=659 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.08% from 659); Green value is 233 (91.41% from 255 or 35.36% from 659); Blue value is 208 (81.64% from 255 or 31.56% from 659); Max value from RGB is 233 - color contains mainly: green. Hex color #DAE9D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAE9D0 is #25162F. Grayscale: #E1E1E1. Windows color (decimal): -2430512 or 13691354. OLE color: 13691354.

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

Color convert

RGB 218 233 208 -
CMYK 0.06 0 0.11 0.09
HSL 96º 0.36% 0.86% -
HSV(B) 96º 0.11% 0.91% -
XYZ 69.44 77.74 71.02 -
YUV 225.67 118.03 122.53 -
System Red Green Blue C M Y K H S L
Decimal 218 233 208 0.06 0 0.11 0.09 96 0.36 0.86
Hex DA E9 D0 6 0 B 9 60 24 56
Octal 332 351 320 6 0 13 11 140 44 126
Binary 11011010 11101001 11010000 110 0 1011 1001 1100000 100100 1010110

Color Harmonies of #DAE9D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE9D0

Black with #DAE9D0

Text Example


Text Example

White with #DAE9D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE9D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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