Html Css Color HEX #DAE1D5 Frostee

📋 copy color: '#DAE1D5'

red 218 ◦ green 225 ◦ blue 213

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

Shades of Frostee #DAE1D5

Tints of Frostee #DAE1D5

RGB

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

 GREEN value IS 225 (88.28% from 255) = 34.3%

 BLUE value IS 213 (83.59% from 255) = 32.47%

R = 33.23%
G = 34.3%
B = 32.47%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.05

 K value IS 0.12

RGB Variations

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

Color information

#DAE1D5 (or 0xDAE1D5) is known color: Frostee. HEX triplet: DA, E1 and D5. RGB value is (218,225,213). Sum of RGB (Red+Green+Blue) = 218+225+213=656 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.23% from 656); Green value is 225 (88.28% from 255 or 34.30% from 656); Blue value is 213 (83.59% from 255 or 32.47% from 656); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE1D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE1D5 is #251E2A. Grayscale: #DDDDDD. Windows color (decimal): -2432555 or 14016986. OLE color: 14016986.

HSL color Cylindrical-coordinate representation of color #DAE1D5: hue angle of 95º degrees, saturation: 0.17, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DAE1D5 is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.12.

Color convert

RGB 218 225 213 -
CMYK 0.03 0 0.05 0.12
HSL 95º 0.17% 0.86% -
HSV(B) 95º 0.05% 0.88% -
XYZ 67.85 73.56 73.57 -
YUV 221.54 123.18 125.48 -
System Red Green Blue C M Y K H S L
Decimal 218 225 213 0.03 0 0.05 0.12 95 0.17 0.86
Hex DA E1 D5 3 0 5 C 5F 11 56
Octal 332 341 325 3 0 5 14 137 21 126
Binary 11011010 11100001 11010101 11 0 101 1100 1011111 10001 1010110

Color Harmonies of #DAE1D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE1D5

Black with #DAE1D5

Text Example


Text Example

White with #DAE1D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE1D5; }

 p { color: rgb(218,225,213); }

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

background-color css

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

 a { background-color: rgb(218,225,213); }

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

border-color css

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

 span { border-color: rgb(218,225,213); }

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