Html Css Color HEX #DAE5CE Frostee

📋 copy color: '#DAE5CE'

red 218 ◦ green 229 ◦ blue 206

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

Shades of Frostee #DAE5CE

Tints of Frostee #DAE5CE

RGB

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

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

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

R = 33.38%
G = 35.07%
B = 31.55%

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

#DAE5CE (or 0xDAE5CE) is known color: Frostee. HEX triplet: DA, E5 and CE. RGB value is (218,229,206). Sum of RGB (Red+Green+Blue) = 218+229+206=653 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.38% from 653); Green value is 229 (89.84% from 255 or 35.07% from 653); Blue value is 206 (80.86% from 255 or 31.55% from 653); Max value from RGB is 229 - color contains mainly: green. Hex color #DAE5CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE5CE is #251A31. Grayscale: #DFDFDF. Windows color (decimal): -2431538 or 13559258. OLE color: 13559258.

HSL color Cylindrical-coordinate representation of color #DAE5CE: hue angle of 88.7º degrees, saturation: 0.31, 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 #DAE5CE is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB 218 229 206 -
CMYK 0.05 0 0.10 0.10
HSL 88.7º 0.31% 0.85% -
HSV(B) 88.7º 0.1% 0.9% -
XYZ 68.07 75.4 69.36 -
YUV 223.09 118.36 124.37 -
System Red Green Blue C M Y K H S L
Decimal 218 229 206 0.05 0 0.10 0.10 88.7 0.31 0.85
Hex DA E5 CE 5 0 A A 59 1F 55
Octal 332 345 316 5 0 12 12 131 37 125
Binary 11011010 11100101 11001110 101 0 1010 1010 1011001 11111 1010101

Color Harmonies of #DAE5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE5CE

Black with #DAE5CE

Text Example


Text Example

White with #DAE5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE5CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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