Html Css Color HEX #DCFFB0 Reef

📋 copy color: '#DCFFB0'

red 220 ◦ green 255 ◦ blue 176

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

Shades of Reef #DCFFB0

Tints of Reef #DCFFB0

RGB

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

 GREEN value IS 255 (100% from 255) = 39.17%

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

R = 33.79%
G = 39.17%
B = 27.04%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#DCFFB0 (or 0xDCFFB0) is known color: Reef. HEX triplet: DC, FF and B0. RGB value is (220,255,176). Sum of RGB (Red+Green+Blue) = 220+255+176=651 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.79% from 651); Green value is 255 (100% from 255 or 39.17% from 651); Blue value is 176 (69.14% from 255 or 27.04% from 651); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFFB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFFB0 is #23004F. Grayscale: #EBEBEB. Windows color (decimal): -2293840 or 11599836. OLE color: 11599836.

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

Color convert

RGB 220 255 176 -
CMYK 0.14 0 0.31 0
HSL 86.58º 1% 0.85% -
HSV(B) 86.58º 0.31% 1% -
XYZ 73.11 89.87 54.57 -
YUV 235.53 94.4 116.92 -
System Red Green Blue C M Y K H S L
Decimal 220 255 176 0.14 0 0.31 0 86.58 1 0.85
Hex DC FF B0 E 0 1F 0 57 64 55
Octal 334 377 260 16 0 37 0 127 144 125
Binary 11011100 11111111 10110000 1110 0 11111 0 1010111 1100100 1010101

Color Harmonies of #DCFFB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFFB0

Black with #DCFFB0

Text Example


Text Example

White with #DCFFB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFFB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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