Html Css Color HEX #DCFAA3 Reef

📋 copy color: '#DCFAA3'

red 220 ◦ green 250 ◦ blue 163

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

Shades of Reef #DCFAA3

Tints of Reef #DCFAA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 25.75%

R = 34.76%
G = 39.49%
B = 25.75%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#DCFAA3 (or 0xDCFAA3) is known color: Reef. HEX triplet: DC, FA and A3. RGB value is (220,250,163). Sum of RGB (Red+Green+Blue) = 220+250+163=633 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.76% from 633); Green value is 250 (98.05% from 255 or 39.49% from 633); Blue value is 163 (64.06% from 255 or 25.75% from 633); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFAA3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFAA3 is #23055C. Grayscale: #E7E7E7. Windows color (decimal): -2295133 or 10746588. OLE color: 10746588.

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

Color convert

RGB 220 250 163 -
CMYK 0.12 0 0.35 0.02
HSL 80.69º 0.9% 0.81% -
HSV(B) 80.69º 0.35% 0.98% -
XYZ 70.31 86.23 47.59 -
YUV 231.11 89.56 120.07 -
System Red Green Blue C M Y K H S L
Decimal 220 250 163 0.12 0 0.35 0.02 80.69 0.9 0.81
Hex DC FA A3 C 0 23 2 51 5A 51
Octal 334 372 243 14 0 43 2 121 132 121
Binary 11011100 11111010 10100011 1100 0 100011 10 1010001 1011010 1010001

Color Harmonies of #DCFAA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFAA3

Black with #DCFAA3

Text Example


Text Example

White with #DCFAA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFAA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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