Html Css Color HEX #DCFAA7 Reef

📋 copy color: '#DCFAA7'

red 220 ◦ green 250 ◦ blue 167

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

Shades of Reef #DCFAA7

Tints of Reef #DCFAA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 26.22%

R = 34.54%
G = 39.25%
B = 26.22%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#DCFAA7 (or 0xDCFAA7) is known color: Reef. HEX triplet: DC, FA and A7. RGB value is (220,250,167). Sum of RGB (Red+Green+Blue) = 220+250+167=637 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.54% from 637); Green value is 250 (98.05% from 255 or 39.25% from 637); Blue value is 167 (65.62% from 255 or 26.22% from 637); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFAA7 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFAA7 is #230558. Grayscale: #E7E7E7. Windows color (decimal): -2295129 or 11008732. OLE color: 11008732.

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

Color convert

RGB 220 250 167 -
CMYK 0.12 0 0.33 0.02
HSL 81.69º 0.89% 0.82% -
HSV(B) 81.69º 0.33% 0.98% -
XYZ 70.68 86.38 49.51 -
YUV 231.57 91.56 119.75 -
System Red Green Blue C M Y K H S L
Decimal 220 250 167 0.12 0 0.33 0.02 81.69 0.89 0.82
Hex DC FA A7 C 0 21 2 52 59 52
Octal 334 372 247 14 0 41 2 122 131 122
Binary 11011100 11111010 10100111 1100 0 100001 10 1010010 1011001 1010010

Color Harmonies of #DCFAA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFAA7

Black with #DCFAA7

Text Example


Text Example

White with #DCFAA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFAA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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