Html Css Color HEX #DCFEB3 Reef

📋 copy color: '#DCFEB3'

red 220 ◦ green 254 ◦ blue 179

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

Shades of Reef #DCFEB3

Tints of Reef #DCFEB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 27.41%

R = 33.69%
G = 38.9%
B = 27.41%

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

#DCFEB3 (or 0xDCFEB3) is known color: Reef. HEX triplet: DC, FE and B3. RGB value is (220,254,179). Sum of RGB (Red+Green+Blue) = 220+254+179=653 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.69% from 653); Green value is 254 (99.61% from 255 or 38.90% from 653); Blue value is 179 (70.31% from 255 or 27.41% from 653); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFEB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFEB3 is #23014C. Grayscale: #EBEBEB. Windows color (decimal): -2294093 or 11796188. OLE color: 11796188.

HSL color Cylindrical-coordinate representation of color #DCFEB3: hue angle of 87.2º 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 #DCFEB3 is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.00.

Color convert

RGB 220 254 179 -
CMYK 0.13 0 0.30 0.00
HSL 87.2º 0.97% 0.85% -
HSV(B) 87.2º 0.3% 1% -
XYZ 73.09 89.35 56.04 -
YUV 235.28 96.24 117.1 -
System Red Green Blue C M Y K H S L
Decimal 220 254 179 0.13 0 0.30 0.00 87.2 0.97 0.85
Hex DC FE B3 D 0 1E 0 57 61 55
Octal 334 376 263 15 0 36 0 127 141 125
Binary 11011100 11111110 10110011 1101 0 11110 0 1010111 1100001 1010101

Color Harmonies of #DCFEB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFEB3

Black with #DCFEB3

Text Example


Text Example

White with #DCFEB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFEB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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