Html Css Color HEX #DCFEB0 Reef

📋 copy color: '#DCFEB0'

red 220 ◦ green 254 ◦ blue 176

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

Shades of Reef #DCFEB0

Tints of Reef #DCFEB0

RGB

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

 GREEN value IS 254 (99.61% from 255) = 39.08%

 BLUE value IS 176 (69.14% from 255) = 27.08%

R = 33.85%
G = 39.08%
B = 27.08%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.31

 K value IS 0.00

RGB Variations

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

Color information

#DCFEB0 (or 0xDCFEB0) is known color: Reef. HEX triplet: DC, FE and B0. RGB value is (220,254,176). Sum of RGB (Red+Green+Blue) = 220+254+176=650 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.85% from 650); Green value is 254 (99.61% from 255 or 39.08% from 650); Blue value is 176 (69.14% from 255 or 27.08% from 650); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFEB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFEB0 is #23014F. Grayscale: #EBEBEB. Windows color (decimal): -2294096 or 11599580. OLE color: 11599580.

HSL color Cylindrical-coordinate representation of color #DCFEB0: hue angle of 86.15º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DCFEB0 is Cyan = 0.13, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.00.

Color convert

RGB 220 254 176 -
CMYK 0.13 0 0.31 0.00
HSL 86.15º 0.98% 0.84% -
HSV(B) 86.15º 0.31% 1% -
XYZ 72.79 89.23 54.46 -
YUV 234.94 94.74 117.34 -
System Red Green Blue C M Y K H S L
Decimal 220 254 176 0.13 0 0.31 0.00 86.15 0.98 0.84
Hex DC FE B0 D 0 1F 0 56 62 54
Octal 334 376 260 15 0 37 0 126 142 124
Binary 11011100 11111110 10110000 1101 0 11111 0 1010110 1100010 1010100

Color Harmonies of #DCFEB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFEB0

Black with #DCFEB0

Text Example


Text Example

White with #DCFEB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFEB0; }

 p { color: rgb(220,254,176); }

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

background-color css

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

 a { background-color: rgb(220,254,176); }

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

border-color css

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

 span { border-color: rgb(220,254,176); }

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