Html Css Color HEX #DCFAA6 Reef

📋 copy color: '#DCFAA6'

red 220 ◦ green 250 ◦ blue 166

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

Shades of Reef #DCFAA6

Tints of Reef #DCFAA6

RGB

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

 GREEN value IS 250 (98.05% from 255) = 39.31%

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

R = 34.59%
G = 39.31%
B = 26.1%

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

#DCFAA6 (or 0xDCFAA6) is known color: Reef. HEX triplet: DC, FA and A6. RGB value is (220,250,166). Sum of RGB (Red+Green+Blue) = 220+250+166=636 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.59% from 636); Green value is 250 (98.05% from 255 or 39.31% from 636); Blue value is 166 (65.23% from 255 or 26.10% from 636); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFAA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFAA6 is #230559. Grayscale: #E7E7E7. Windows color (decimal): -2295130 or 10943196. OLE color: 10943196.

HSL color Cylindrical-coordinate representation of color #DCFAA6: hue angle of 81.43º degrees, saturation: 0.89, 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 #DCFAA6 is Cyan = 0.12, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 250 166 -
CMYK 0.12 0 0.34 0.02
HSL 81.43º 0.89% 0.82% -
HSV(B) 81.43º 0.34% 0.98% -
XYZ 70.58 86.34 49.02 -
YUV 231.45 91.06 119.83 -
System Red Green Blue C M Y K H S L
Decimal 220 250 166 0.12 0 0.34 0.02 81.43 0.89 0.82
Hex DC FA A6 C 0 22 2 51 59 52
Octal 334 372 246 14 0 42 2 121 131 122
Binary 11011100 11111010 10100110 1100 0 100010 10 1010001 1011001 1010010

Color Harmonies of #DCFAA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFAA6

Black with #DCFAA6

Text Example


Text Example

White with #DCFAA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFAA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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