Html Css Color HEX #DCFCA6 Reef

📋 copy color: '#DCFCA6'

red 220 ◦ green 252 ◦ blue 166

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

Shades of Reef #DCFCA6

Tints of Reef #DCFCA6

RGB

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

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

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

R = 34.48%
G = 39.5%
B = 26.02%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.34

 K value IS 0.01

RGB Variations

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

Color information

#DCFCA6 (or 0xDCFCA6) is known color: Reef. HEX triplet: DC, FC and A6. RGB value is (220,252,166). Sum of RGB (Red+Green+Blue) = 220+252+166=638 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.48% from 638); Green value is 252 (98.83% from 255 or 39.50% from 638); Blue value is 166 (65.23% from 255 or 26.02% from 638); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFCA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFCA6 is #230359. Grayscale: #E8E8E8. Windows color (decimal): -2294618 or 10943708. OLE color: 10943708.

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

Color convert

RGB 220 252 166 -
CMYK 0.13 0 0.34 0.01
HSL 82.33º 0.93% 0.82% -
HSV(B) 82.33º 0.34% 0.99% -
XYZ 71.21 87.59 49.23 -
YUV 232.63 90.4 118.99 -
System Red Green Blue C M Y K H S L
Decimal 220 252 166 0.13 0 0.34 0.01 82.33 0.93 0.82
Hex DC FC A6 D 0 22 1 52 5D 52
Octal 334 374 246 15 0 42 1 122 135 122
Binary 11011100 11111100 10100110 1101 0 100010 1 1010010 1011101 1010010

Color Harmonies of #DCFCA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFCA6

Black with #DCFCA6

Text Example


Text Example

White with #DCFCA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFCA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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