Html Css Color HEX #DCF2A1 Reef

📋 copy color: '#DCF2A1'

red 220 ◦ green 242 ◦ blue 161

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

Shades of Reef #DCF2A1

Tints of Reef #DCF2A1

RGB

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

 GREEN value IS 242 (94.92% from 255) = 38.84%

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

R = 35.31%
G = 38.84%
B = 25.84%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.33

 K value IS 0.05

RGB Variations

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

Color information

#DCF2A1 (or 0xDCF2A1) is known color: Reef. HEX triplet: DC, F2 and A1. RGB value is (220,242,161). Sum of RGB (Red+Green+Blue) = 220+242+161=623 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.31% from 623); Green value is 242 (94.92% from 255 or 38.84% from 623); Blue value is 161 (63.28% from 255 or 25.84% from 623); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF2A1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF2A1 is #230D5E. Grayscale: #E2E2E2. Windows color (decimal): -2297183 or 10613468. OLE color: 10613468.

HSL color Cylindrical-coordinate representation of color #DCF2A1: hue angle of 76.3º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DCF2A1 is Cyan = 0.09, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.05.

Color convert

RGB 220 242 161 -
CMYK 0.09 0 0.33 0.05
HSL 76.3º 0.76% 0.79% -
HSV(B) 76.3º 0.33% 0.95% -
XYZ 67.7 81.29 45.84 -
YUV 226.19 91.21 123.59 -
System Red Green Blue C M Y K H S L
Decimal 220 242 161 0.09 0 0.33 0.05 76.3 0.76 0.79
Hex DC F2 A1 9 0 21 5 4C 4C 4F
Octal 334 362 241 11 0 41 5 114 114 117
Binary 11011100 11110010 10100001 1001 0 100001 101 1001100 1001100 1001111

Color Harmonies of #DCF2A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF2A1

Black with #DCF2A1

Text Example


Text Example

White with #DCF2A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF2A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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