Html Css Color HEX #DCFCB0 Reef

📋 copy color: '#DCFCB0'

red 220 ◦ green 252 ◦ blue 176

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

Shades of Reef #DCFCB0

Tints of Reef #DCFCB0

RGB

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

 GREEN value IS 252 (98.83% from 255) = 38.89%

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

R = 33.95%
G = 38.89%
B = 27.16%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#DCFCB0 (or 0xDCFCB0) is known color: Reef. HEX triplet: DC, FC and B0. RGB value is (220,252,176). Sum of RGB (Red+Green+Blue) = 220+252+176=648 (85% of max value = 765). Red value is 220 (86.33% from 255 or 33.95% from 648); Green value is 252 (98.83% from 255 or 38.89% from 648); Blue value is 176 (69.14% from 255 or 27.16% from 648); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFCB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFCB0 is #23034F. Grayscale: #EAEAEA. Windows color (decimal): -2294608 or 11599068. OLE color: 11599068.

HSL color Cylindrical-coordinate representation of color #DCFCB0: hue angle of 85.26º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCFCB0 is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB 220 252 176 -
CMYK 0.13 0 0.30 0.01
HSL 85.26º 0.93% 0.84% -
HSV(B) 85.26º 0.3% 0.99% -
XYZ 72.16 87.97 54.25 -
YUV 233.77 95.4 118.18 -
System Red Green Blue C M Y K H S L
Decimal 220 252 176 0.13 0 0.30 0.01 85.26 0.93 0.84
Hex DC FC B0 D 0 1E 1 55 5D 54
Octal 334 374 260 15 0 36 1 125 135 124
Binary 11011100 11111100 10110000 1101 0 11110 1 1010101 1011101 1010100

Color Harmonies of #DCFCB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFCB0

Black with #DCFCB0

Text Example


Text Example

White with #DCFCB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFCB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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