Html Css Color HEX #DFE6C0 Frost

📋 copy color: '#DFE6C0'

red 223 ◦ green 230 ◦ blue 192

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

Shades of Frost #DFE6C0

Tints of Frost #DFE6C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 29.77%

R = 34.57%
G = 35.66%
B = 29.77%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#DFE6C0 (or 0xDFE6C0) is known color: Frost. HEX triplet: DF, E6 and C0. RGB value is (223,230,192). Sum of RGB (Red+Green+Blue) = 223+230+192=645 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.57% from 645); Green value is 230 (90.23% from 255 or 35.66% from 645); Blue value is 192 (75.39% from 255 or 29.77% from 645); Max value from RGB is 230 - color contains mainly: green. Hex color #DFE6C0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFE6C0 is #20193F. Grayscale: #DFDFDF. Windows color (decimal): -2103616 or 12642015. OLE color: 12642015.

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

Color convert

RGB 223 230 192 -
CMYK 0.03 0 0.17 0.10
HSL 71.05º 0.43% 0.83% -
HSV(B) 71.05º 0.17% 0.9% -
XYZ 68.24 76.09 60.96 -
YUV 223.58 110.18 127.59 -
System Red Green Blue C M Y K H S L
Decimal 223 230 192 0.03 0 0.17 0.10 71.05 0.43 0.83
Hex DF E6 C0 3 0 11 A 47 2B 53
Octal 337 346 300 3 0 21 12 107 53 123
Binary 11011111 11100110 11000000 11 0 10001 1010 1000111 101011 1010011

Color Harmonies of #DFE6C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFE6C0

Black with #DFE6C0

Text Example


Text Example

White with #DFE6C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFE6C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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