Html Css Color HEX #DFE6BB Frost

📋 copy color: '#DFE6BB'

red 223 ◦ green 230 ◦ blue 187

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

Shades of Frost #DFE6BB

Tints of Frost #DFE6BB

RGB

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

 GREEN value IS 230 (90.23% from 255) = 35.94%

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

R = 34.84%
G = 35.94%
B = 29.22%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#DFE6BB (or 0xDFE6BB) is known color: Frost. HEX triplet: DF, E6 and BB. RGB value is (223,230,187). Sum of RGB (Red+Green+Blue) = 223+230+187=640 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.84% from 640); Green value is 230 (90.23% from 255 or 35.94% from 640); Blue value is 187 (73.44% from 255 or 29.22% from 640); Max value from RGB is 230 - color contains mainly: green. Hex color #DFE6BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFE6BB is #201944. Grayscale: #DFDFDF. Windows color (decimal): -2103621 or 12314335. OLE color: 12314335.

HSL color Cylindrical-coordinate representation of color #DFE6BB: hue angle of 69.77º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DFE6BB is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB 223 230 187 -
CMYK 0.03 0 0.19 0.10
HSL 69.77º 0.46% 0.82% -
HSV(B) 69.77º 0.19% 0.9% -
XYZ 67.7 75.87 58.09 -
YUV 223.01 107.68 128 -
System Red Green Blue C M Y K H S L
Decimal 223 230 187 0.03 0 0.19 0.10 69.77 0.46 0.82
Hex DF E6 BB 3 0 13 A 46 2E 52
Octal 337 346 273 3 0 23 12 106 56 122
Binary 11011111 11100110 10111011 11 0 10011 1010 1000110 101110 1010010

Color Harmonies of #DFE6BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFE6BB

Black with #DFE6BB

Text Example


Text Example

White with #DFE6BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFE6BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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