Html Css Color HEX #DCFBE0 Frosted Mint

📋 copy color: '#DCFBE0'

red 220 ◦ green 251 ◦ blue 224

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

Shades of Frosted Mint #DCFBE0

Tints of Frosted Mint #DCFBE0

RGB

 RED value IS 220 (86.33% from 255) = 31.65%

 GREEN value IS 251 (98.44% from 255) = 36.12%

 BLUE value IS 224 (87.89% from 255) = 32.23%

R = 31.65%
G = 36.12%
B = 32.23%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#DCFBE0 (or 0xDCFBE0) is known color: Frosted Mint. HEX triplet: DC, FB and E0. RGB value is (220,251,224). Sum of RGB (Red+Green+Blue) = 220+251+224=695 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.65% from 695); Green value is 251 (98.44% from 255 or 36.12% from 695); Blue value is 224 (87.89% from 255 or 32.23% from 695); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFBE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFBE0 is #23041F. Grayscale: #EEEEEE. Windows color (decimal): -2294816 or 14744540. OLE color: 14744540.

HSL color Cylindrical-coordinate representation of color #DCFBE0: hue angle of 127.74º degrees, saturation: 0.79, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCFBE0 is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 251 224 -
CMYK 0.12 0 0.11 0.02
HSL 127.74º 0.79% 0.92% -
HSV(B) 127.74º 0.12% 0.98% -
XYZ 77.47 89.59 83.73 -
YUV 238.65 119.73 114.7 -
System Red Green Blue C M Y K H S L
Decimal 220 251 224 0.12 0 0.11 0.02 127.74 0.79 0.92
Hex DC FB E0 C 0 B 2 80 4F 5C
Octal 334 373 340 14 0 13 2 200 117 134
Binary 11011100 11111011 11100000 1100 0 1011 10 10000000 1001111 1011100

Color Harmonies of #DCFBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFBE0

Black with #DCFBE0

Text Example


Text Example

White with #DCFBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFBE0; }

 p { color: rgb(220,251,224); }

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

background-color css

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

 a { background-color: rgb(220,251,224); }

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

border-color css

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

 span { border-color: rgb(220,251,224); }

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