Html Css Color HEX #DFE3BC Frost

📋 copy color: '#DFE3BC'

red 223 ◦ green 227 ◦ blue 188

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

Shades of Frost #DFE3BC

Tints of Frost #DFE3BC

RGB

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

 GREEN value IS 227 (89.06% from 255) = 35.58%

 BLUE value IS 188 (73.83% from 255) = 29.47%

R = 34.95%
G = 35.58%
B = 29.47%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.17

 K value IS 0.11

RGB Variations

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

Color information

#DFE3BC (or 0xDFE3BC) is known color: Frost. HEX triplet: DF, E3 and BC. RGB value is (223,227,188). Sum of RGB (Red+Green+Blue) = 223+227+188=638 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.95% from 638); Green value is 227 (89.06% from 255 or 35.58% from 638); Blue value is 188 (73.83% from 255 or 29.47% from 638); Max value from RGB is 227 - color contains mainly: green. Hex color #DFE3BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFE3BC is #201C43. Grayscale: #DDDDDD. Windows color (decimal): -2104388 or 12379103. OLE color: 12379103.

HSL color Cylindrical-coordinate representation of color #DFE3BC: hue angle of 66.15º degrees, saturation: 0.41, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DFE3BC is Cyan = 0.02, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB 223 227 188 -
CMYK 0.02 0 0.17 0.11
HSL 66.15º 0.41% 0.81% -
HSV(B) 66.15º 0.17% 0.89% -
XYZ 66.98 74.26 58.38 -
YUV 221.36 109.17 129.17 -
System Red Green Blue C M Y K H S L
Decimal 223 227 188 0.02 0 0.17 0.11 66.15 0.41 0.81
Hex DF E3 BC 2 0 11 B 42 29 51
Octal 337 343 274 2 0 21 13 102 51 121
Binary 11011111 11100011 10111100 10 0 10001 1011 1000010 101001 1010001

Color Harmonies of #DFE3BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFE3BC

Black with #DFE3BC

Text Example


Text Example

White with #DFE3BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFE3BC; }

 p { color: rgb(223,227,188); }

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

background-color css

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

 a { background-color: rgb(223,227,188); }

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

border-color css

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

 span { border-color: rgb(223,227,188); }

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