Html Css Color HEX #DFEBB9 Frost

📋 copy color: '#DFEBB9'

red 223 ◦ green 235 ◦ blue 185

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

Shades of Frost #DFEBB9

Tints of Frost #DFEBB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 28.77%

R = 34.68%
G = 36.55%
B = 28.77%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#DFEBB9 (or 0xDFEBB9) is known color: Frost. HEX triplet: DF, EB and B9. RGB value is (223,235,185). Sum of RGB (Red+Green+Blue) = 223+235+185=643 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.68% from 643); Green value is 235 (92.19% from 255 or 36.55% from 643); Blue value is 185 (72.66% from 255 or 28.77% from 643); Max value from RGB is 235 - color contains mainly: green. Hex color #DFEBB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEBB9 is #201446. Grayscale: #E1E1E1. Windows color (decimal): -2102343 or 12184543. OLE color: 12184543.

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

Color convert

RGB 223 235 185 -
CMYK 0.05 0 0.21 0.08
HSL 74.4º 0.56% 0.82% -
HSV(B) 74.4º 0.21% 0.92% -
XYZ 68.9 78.61 57.44 -
YUV 225.71 105.02 126.07 -
System Red Green Blue C M Y K H S L
Decimal 223 235 185 0.05 0 0.21 0.08 74.4 0.56 0.82
Hex DF EB B9 5 0 15 8 4A 38 52
Octal 337 353 271 5 0 25 10 112 70 122
Binary 11011111 11101011 10111001 101 0 10101 1000 1001010 111000 1010010

Color Harmonies of #DFEBB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFEBB9

Black with #DFEBB9

Text Example


Text Example

White with #DFEBB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFEBB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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