Html Css Color HEX #DCFAB2 Reef

📋 copy color: '#DCFAB2'

red 220 ◦ green 250 ◦ blue 178

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

Shades of Reef #DCFAB2

Tints of Reef #DCFAB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 27.47%

R = 33.95%
G = 38.58%
B = 27.47%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#DCFAB2 (or 0xDCFAB2) is known color: Reef. HEX triplet: DC, FA and B2. RGB value is (220,250,178). Sum of RGB (Red+Green+Blue) = 220+250+178=648 (85% of max value = 765). Red value is 220 (86.33% from 255 or 33.95% from 648); Green value is 250 (98.05% from 255 or 38.58% from 648); Blue value is 178 (69.92% from 255 or 27.47% from 648); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFAB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFAB2 is #23054D. Grayscale: #E9E9E9. Windows color (decimal): -2295118 or 11729628. OLE color: 11729628.

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

Color convert

RGB 220 250 178 -
CMYK 0.12 0 0.29 0.02
HSL 85º 0.88% 0.84% -
HSV(B) 85º 0.29% 0.98% -
XYZ 71.74 86.8 55.09 -
YUV 232.82 97.06 118.85 -
System Red Green Blue C M Y K H S L
Decimal 220 250 178 0.12 0 0.29 0.02 85 0.88 0.84
Hex DC FA B2 C 0 1D 2 55 58 54
Octal 334 372 262 14 0 35 2 125 130 124
Binary 11011100 11111010 10110010 1100 0 11101 10 1010101 1011000 1010100

Color Harmonies of #DCFAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFAB2

Black with #DCFAB2

Text Example


Text Example

White with #DCFAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFAB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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