Html Css Color HEX #DFE3BB Frost

📋 copy color: '#DFE3BB'

red 223 ◦ green 227 ◦ blue 187

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

Shades of Frost #DFE3BB

Tints of Frost #DFE3BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 29.36%

R = 35.01%
G = 35.64%
B = 29.36%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#DFE3BB (or 0xDFE3BB) is known color: Frost. HEX triplet: DF, E3 and BB. RGB value is (223,227,187). Sum of RGB (Red+Green+Blue) = 223+227+187=637 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.01% from 637); Green value is 227 (89.06% from 255 or 35.64% from 637); Blue value is 187 (73.44% from 255 or 29.36% from 637); Max value from RGB is 227 - color contains mainly: green. Hex color #DFE3BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFE3BB is #201C44. Grayscale: #DDDDDD. Windows color (decimal): -2104389 or 12313567. OLE color: 12313567.

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

Color convert

RGB 223 227 187 -
CMYK 0.02 0 0.18 0.11
HSL 66º 0.42% 0.81% -
HSV(B) 66º 0.18% 0.89% -
XYZ 66.87 74.21 57.81 -
YUV 221.24 108.67 129.25 -
System Red Green Blue C M Y K H S L
Decimal 223 227 187 0.02 0 0.18 0.11 66 0.42 0.81
Hex DF E3 BB 2 0 12 B 42 2A 51
Octal 337 343 273 2 0 22 13 102 52 121
Binary 11011111 11100011 10111011 10 0 10010 1011 1000010 101010 1010001

Color Harmonies of #DFE3BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFE3BB

Black with #DFE3BB

Text Example


Text Example

White with #DFE3BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFE3BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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