Html Css Color HEX #DFEBD5 Frostee

📋 copy color: '#DFEBD5'

red 223 ◦ green 235 ◦ blue 213

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

Shades of Frostee #DFEBD5

Tints of Frostee #DFEBD5

RGB

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

 GREEN value IS 235 (92.19% from 255) = 35.02%

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

R = 33.23%
G = 35.02%
B = 31.74%

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

#DFEBD5 (or 0xDFEBD5) is known color: Frostee. HEX triplet: DF, EB and D5. RGB value is (223,235,213). Sum of RGB (Red+Green+Blue) = 223+235+213=671 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.23% from 671); Green value is 235 (92.19% from 255 or 35.02% from 671); Blue value is 213 (83.59% from 255 or 31.74% from 671); Max value from RGB is 235 - color contains mainly: green. Hex color #DFEBD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEBD5 is #20142A. Grayscale: #E4E4E4. Windows color (decimal): -2102315 or 14019551. OLE color: 14019551.

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

Color convert

RGB 223 235 213 -
CMYK 0.05 0 0.09 0.08
HSL 92.73º 0.35% 0.88% -
HSV(B) 92.73º 0.09% 0.92% -
XYZ 72.15 79.91 74.57 -
YUV 228.9 119.02 123.79 -
System Red Green Blue C M Y K H S L
Decimal 223 235 213 0.05 0 0.09 0.08 92.73 0.35 0.88
Hex DF EB D5 5 0 9 8 5D 23 58
Octal 337 353 325 5 0 11 10 135 43 130
Binary 11011111 11101011 11010101 101 0 1001 1000 1011101 100011 1011000

Color Harmonies of #DFEBD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFEBD5

Black with #DFEBD5

Text Example


Text Example

White with #DFEBD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFEBD5; }

 p { color: rgb(223,235,213); }

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

background-color css

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

 a { background-color: rgb(223,235,213); }

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

border-color css

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

 span { border-color: rgb(223,235,213); }

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