Html Css Color HEX #DCFDA1 Reef

📋 copy color: '#DCFDA1'

red 220 ◦ green 253 ◦ blue 161

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

Shades of Reef #DCFDA1

Tints of Reef #DCFDA1

RGB

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

 GREEN value IS 253 (99.22% from 255) = 39.91%

 BLUE value IS 161 (63.28% from 255) = 25.39%

R = 34.7%
G = 39.91%
B = 25.39%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#DCFDA1 (or 0xDCFDA1) is known color: Reef. HEX triplet: DC, FD and A1. RGB value is (220,253,161). Sum of RGB (Red+Green+Blue) = 220+253+161=634 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.70% from 634); Green value is 253 (99.22% from 255 or 39.91% from 634); Blue value is 161 (63.28% from 255 or 25.39% from 634); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFDA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFDA1 is #23025E. Grayscale: #E8E8E8. Windows color (decimal): -2294367 or 10616284. OLE color: 10616284.

HSL color Cylindrical-coordinate representation of color #DCFDA1: hue angle of 81.52º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DCFDA1 is Cyan = 0.13, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.

Color convert

RGB 220 253 161 -
CMYK 0.13 0 0.36 0.01
HSL 81.52º 0.96% 0.81% -
HSV(B) 81.52º 0.36% 0.99% -
XYZ 71.07 88.04 46.97 -
YUV 232.65 87.57 118.98 -
System Red Green Blue C M Y K H S L
Decimal 220 253 161 0.13 0 0.36 0.01 81.52 0.96 0.81
Hex DC FD A1 D 0 24 1 52 60 51
Octal 334 375 241 15 0 44 1 122 140 121
Binary 11011100 11111101 10100001 1101 0 100100 1 1010010 1100000 1010001

Color Harmonies of #DCFDA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFDA1

Black with #DCFDA1

Text Example


Text Example

White with #DCFDA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFDA1; }

 p { color: rgb(220,253,161); }

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

background-color css

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

 a { background-color: rgb(220,253,161); }

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

border-color css

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

 span { border-color: rgb(220,253,161); }

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