Html Css Color HEX #DAE5D1 Frostee

📋 copy color: '#DAE5D1'

red 218 ◦ green 229 ◦ blue 209

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

Shades of Frostee #DAE5D1

Tints of Frostee #DAE5D1

RGB

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

 GREEN value IS 229 (89.84% from 255) = 34.91%

 BLUE value IS 209 (82.03% from 255) = 31.86%

R = 33.23%
G = 34.91%
B = 31.86%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.09

 K value IS 0.10

RGB Variations

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

Color information

#DAE5D1 (or 0xDAE5D1) is known color: Frostee. HEX triplet: DA, E5 and D1. RGB value is (218,229,209). Sum of RGB (Red+Green+Blue) = 218+229+209=656 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.23% from 656); Green value is 229 (89.84% from 255 or 34.91% from 656); Blue value is 209 (82.03% from 255 or 31.86% from 656); Max value from RGB is 229 - color contains mainly: green. Hex color #DAE5D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE5D1 is #251A2E. Grayscale: #DFDFDF. Windows color (decimal): -2431535 or 13755866. OLE color: 13755866.

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

Color convert

RGB 218 229 209 -
CMYK 0.05 0 0.09 0.10
HSL 93º 0.28% 0.86% -
HSV(B) 93º 0.09% 0.9% -
XYZ 68.44 75.55 71.3 -
YUV 223.43 119.86 124.13 -
System Red Green Blue C M Y K H S L
Decimal 218 229 209 0.05 0 0.09 0.10 93 0.28 0.86
Hex DA E5 D1 5 0 9 A 5D 1C 56
Octal 332 345 321 5 0 11 12 135 34 126
Binary 11011010 11100101 11010001 101 0 1001 1010 1011101 11100 1010110

Color Harmonies of #DAE5D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE5D1

Black with #DAE5D1

Text Example


Text Example

White with #DAE5D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE5D1; }

 p { color: rgb(218,229,209); }

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

background-color css

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

 a { background-color: rgb(218,229,209); }

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

border-color css

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

 span { border-color: rgb(218,229,209); }

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