Html Css Color HEX #DCFEB2 Reef

📋 copy color: '#DCFEB2'

red 220 ◦ green 254 ◦ blue 178

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

Shades of Reef #DCFEB2

Tints of Reef #DCFEB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 27.3%

R = 33.74%
G = 38.96%
B = 27.3%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.30

 K value IS 0.00

RGB Variations

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

Color information

#DCFEB2 (or 0xDCFEB2) is known color: Reef. HEX triplet: DC, FE and B2. RGB value is (220,254,178). Sum of RGB (Red+Green+Blue) = 220+254+178=652 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.74% from 652); Green value is 254 (99.61% from 255 or 38.96% from 652); Blue value is 178 (69.92% from 255 or 27.30% from 652); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFEB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFEB2 is #23014D. Grayscale: #EBEBEB. Windows color (decimal): -2294094 or 11730652. OLE color: 11730652.

HSL color Cylindrical-coordinate representation of color #DCFEB2: hue angle of 86.84º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCFEB2 is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.00.

Color convert

RGB 220 254 178 -
CMYK 0.13 0 0.30 0.00
HSL 86.84º 0.97% 0.85% -
HSV(B) 86.84º 0.3% 1% -
XYZ 72.99 89.31 55.51 -
YUV 235.17 95.74 117.18 -
System Red Green Blue C M Y K H S L
Decimal 220 254 178 0.13 0 0.30 0.00 86.84 0.97 0.85
Hex DC FE B2 D 0 1E 0 57 61 55
Octal 334 376 262 15 0 36 0 127 141 125
Binary 11011100 11111110 10110010 1101 0 11110 0 1010111 1100001 1010101

Color Harmonies of #DCFEB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFEB2

Black with #DCFEB2

Text Example


Text Example

White with #DCFEB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFEB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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