Html Css Color HEX #DFE6BC Frost

📋 copy color: '#DFE6BC'

red 223 ◦ green 230 ◦ blue 188

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

Shades of Frost #DFE6BC

Tints of Frost #DFE6BC

RGB

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

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

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

R = 34.79%
G = 35.88%
B = 29.33%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#DFE6BC (or 0xDFE6BC) is known color: Frost. HEX triplet: DF, E6 and BC. RGB value is (223,230,188). Sum of RGB (Red+Green+Blue) = 223+230+188=641 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.79% from 641); Green value is 230 (90.23% from 255 or 35.88% from 641); Blue value is 188 (73.83% from 255 or 29.33% from 641); Max value from RGB is 230 - color contains mainly: green. Hex color #DFE6BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFE6BC is #201943. Grayscale: #DFDFDF. Windows color (decimal): -2103620 or 12379871. OLE color: 12379871.

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

Color convert

RGB 223 230 188 -
CMYK 0.03 0 0.18 0.10
HSL 70º 0.46% 0.82% -
HSV(B) 70º 0.18% 0.9% -
XYZ 67.81 75.91 58.66 -
YUV 223.12 108.18 127.92 -
System Red Green Blue C M Y K H S L
Decimal 223 230 188 0.03 0 0.18 0.10 70 0.46 0.82
Hex DF E6 BC 3 0 12 A 46 2E 52
Octal 337 346 274 3 0 22 12 106 56 122
Binary 11011111 11100110 10111100 11 0 10010 1010 1000110 101110 1010010

Color Harmonies of #DFE6BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFE6BC

Black with #DFE6BC

Text Example


Text Example

White with #DFE6BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFE6BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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