Html Css Color HEX #DCFAB4 Reef

📋 copy color: '#DCFAB4'

red 220 ◦ green 250 ◦ blue 180

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

Shades of Reef #DCFAB4

Tints of Reef #DCFAB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 27.69%

R = 33.85%
G = 38.46%
B = 27.69%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#DCFAB4 (or 0xDCFAB4) is known color: Reef. HEX triplet: DC, FA and B4. RGB value is (220,250,180). Sum of RGB (Red+Green+Blue) = 220+250+180=650 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.85% from 650); Green value is 250 (98.05% from 255 or 38.46% from 650); Blue value is 180 (70.70% from 255 or 27.69% from 650); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFAB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFAB4 is #23054B. Grayscale: #E9E9E9. Windows color (decimal): -2295116 or 11860700. OLE color: 11860700.

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

Color convert

RGB 220 250 180 -
CMYK 0.12 0 0.28 0.02
HSL 85.71º 0.88% 0.84% -
HSV(B) 85.71º 0.28% 0.98% -
XYZ 71.94 86.88 56.16 -
YUV 233.05 98.06 118.69 -
System Red Green Blue C M Y K H S L
Decimal 220 250 180 0.12 0 0.28 0.02 85.71 0.88 0.84
Hex DC FA B4 C 0 1C 2 56 58 54
Octal 334 372 264 14 0 34 2 126 130 124
Binary 11011100 11111010 10110100 1100 0 11100 10 1010110 1011000 1010100

Color Harmonies of #DCFAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFAB4

Black with #DCFAB4

Text Example


Text Example

White with #DCFAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFAB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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