Html Css Color HEX #DCFAA8 Reef

📋 copy color: '#DCFAA8'

red 220 ◦ green 250 ◦ blue 168

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

Shades of Reef #DCFAA8

Tints of Reef #DCFAA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 26.33%

R = 34.48%
G = 39.18%
B = 26.33%

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

#DCFAA8 (or 0xDCFAA8) is known color: Reef. HEX triplet: DC, FA and A8. RGB value is (220,250,168). Sum of RGB (Red+Green+Blue) = 220+250+168=638 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.48% from 638); Green value is 250 (98.05% from 255 or 39.18% from 638); Blue value is 168 (66.02% from 255 or 26.33% from 638); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFAA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFAA8 is #230557. Grayscale: #E7E7E7. Windows color (decimal): -2295128 or 11074268. OLE color: 11074268.

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

Color convert

RGB 220 250 168 -
CMYK 0.12 0 0.33 0.02
HSL 81.95º 0.89% 0.82% -
HSV(B) 81.95º 0.33% 0.98% -
XYZ 70.77 86.41 50 -
YUV 231.68 92.06 119.67 -
System Red Green Blue C M Y K H S L
Decimal 220 250 168 0.12 0 0.33 0.02 81.95 0.89 0.82
Hex DC FA A8 C 0 21 2 52 59 52
Octal 334 372 250 14 0 41 2 122 131 122
Binary 11011100 11111010 10101000 1100 0 100001 10 1010010 1011001 1010010

Color Harmonies of #DCFAA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFAA8

Black with #DCFAA8

Text Example


Text Example

White with #DCFAA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFAA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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