Html Css Color HEX #DCFBA6 Reef

📋 copy color: '#DCFBA6'

red 220 ◦ green 251 ◦ blue 166

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

Shades of Reef #DCFBA6

Tints of Reef #DCFBA6

RGB

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

 GREEN value IS 251 (98.44% from 255) = 39.4%

 BLUE value IS 166 (65.23% from 255) = 26.06%

R = 34.54%
G = 39.4%
B = 26.06%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#DCFBA6 (or 0xDCFBA6) is known color: Reef. HEX triplet: DC, FB and A6. RGB value is (220,251,166). Sum of RGB (Red+Green+Blue) = 220+251+166=637 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.54% from 637); Green value is 251 (98.44% from 255 or 39.40% from 637); Blue value is 166 (65.23% from 255 or 26.06% from 637); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFBA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFBA6 is #230459. Grayscale: #E8E8E8. Windows color (decimal): -2294874 or 10943452. OLE color: 10943452.

HSL color Cylindrical-coordinate representation of color #DCFBA6: hue angle of 81.88º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DCFBA6 is Cyan = 0.12, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 251 166 -
CMYK 0.12 0 0.34 0.02
HSL 81.88º 0.91% 0.82% -
HSV(B) 81.88º 0.34% 0.98% -
XYZ 70.9 86.96 49.13 -
YUV 232.04 90.73 119.41 -
System Red Green Blue C M Y K H S L
Decimal 220 251 166 0.12 0 0.34 0.02 81.88 0.91 0.82
Hex DC FB A6 C 0 22 2 52 5B 52
Octal 334 373 246 14 0 42 2 122 133 122
Binary 11011100 11111011 10100110 1100 0 100010 10 1010010 1011011 1010010

Color Harmonies of #DCFBA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFBA6

Black with #DCFBA6

Text Example


Text Example

White with #DCFBA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFBA6; }

 p { color: rgb(220,251,166); }

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

background-color css

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

 a { background-color: rgb(220,251,166); }

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

border-color css

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

 span { border-color: rgb(220,251,166); }

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