Html Css Color HEX #DFEAD2 Frostee

📋 copy color: '#DFEAD2'

red 223 ◦ green 234 ◦ blue 210

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

Shades of Frostee #DFEAD2

Tints of Frostee #DFEAD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 31.48%

R = 33.43%
G = 35.08%
B = 31.48%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#DFEAD2 (or 0xDFEAD2) is known color: Frostee. HEX triplet: DF, EA and D2. RGB value is (223,234,210). Sum of RGB (Red+Green+Blue) = 223+234+210=667 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.43% from 667); Green value is 234 (91.80% from 255 or 35.08% from 667); Blue value is 210 (82.42% from 255 or 31.48% from 667); Max value from RGB is 234 - color contains mainly: green. Hex color #DFEAD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEAD2 is #20152D. Grayscale: #E4E4E4. Windows color (decimal): -2102574 or 13822687. OLE color: 13822687.

HSL color Cylindrical-coordinate representation of color #DFEAD2: hue angle of 87.5º degrees, saturation: 0.36, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DFEAD2 is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB 223 234 210 -
CMYK 0.05 0 0.10 0.08
HSL 87.5º 0.36% 0.87% -
HSV(B) 87.5º 0.1% 0.92% -
XYZ 71.49 79.19 72.49 -
YUV 227.98 117.86 124.45 -
System Red Green Blue C M Y K H S L
Decimal 223 234 210 0.05 0 0.10 0.08 87.5 0.36 0.87
Hex DF EA D2 5 0 A 8 57 24 57
Octal 337 352 322 5 0 12 10 127 44 127
Binary 11011111 11101010 11010010 101 0 1010 1000 1010111 100100 1010111

Color Harmonies of #DFEAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFEAD2

Black with #DFEAD2

Text Example


Text Example

White with #DFEAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFEAD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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