Html Css Color HEX #DFEAD6 Frostee

📋 copy color: '#DFEAD6'

red 223 ◦ green 234 ◦ blue 214

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

Shades of Frostee #DFEAD6

Tints of Frostee #DFEAD6

RGB

 RED value IS 223 (87.5% from 255) = 33.23%

 GREEN value IS 234 (91.8% from 255) = 34.87%

 BLUE value IS 214 (83.98% from 255) = 31.89%

R = 33.23%
G = 34.87%
B = 31.89%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#DFEAD6 (or 0xDFEAD6) is known color: Frostee. HEX triplet: DF, EA and D6. RGB value is (223,234,214). Sum of RGB (Red+Green+Blue) = 223+234+214=671 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.23% from 671); Green value is 234 (91.80% from 255 or 34.87% from 671); Blue value is 214 (83.98% from 255 or 31.89% from 671); Max value from RGB is 234 - color contains mainly: green. Hex color #DFEAD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEAD6 is #201529. Grayscale: #E4E4E4. Windows color (decimal): -2102570 or 14084831. OLE color: 14084831.

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

Color convert

RGB 223 234 214 -
CMYK 0.05 0 0.09 0.08
HSL 93º 0.32% 0.88% -
HSV(B) 93º 0.09% 0.92% -
XYZ 71.99 79.39 75.15 -
YUV 228.43 119.86 124.13 -
System Red Green Blue C M Y K H S L
Decimal 223 234 214 0.05 0 0.09 0.08 93 0.32 0.88
Hex DF EA D6 5 0 9 8 5D 20 58
Octal 337 352 326 5 0 11 10 135 40 130
Binary 11011111 11101010 11010110 101 0 1001 1000 1011101 100000 1011000

Color Harmonies of #DFEAD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFEAD6

Black with #DFEAD6

Text Example


Text Example

White with #DFEAD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFEAD6; }

 p { color: rgb(223,234,214); }

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

background-color css

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

 a { background-color: rgb(223,234,214); }

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

border-color css

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

 span { border-color: rgb(223,234,214); }

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