#DCF2B5

Color #DCF2B5 Reef (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef #DCF2B5

Tints of Reef #DCF2B5

Color information

#DCF2B5 (or 0xDCF2B5) is unknown color: approx Reef. HEX triplet: DC, F2 and B5. RGB value is (220,242,181). Sum of RGB (Red+Green+Blue) = 220+242+181=643 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.21% from 643); Green value is 242 (94.92% from 255 or 37.64% from 643); Blue value is 181 (71.09% from 255 or 28.15% from 643); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF2B5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF2B5 is #230D4A. Grayscale: #E4E4E4. Windows color (decimal): -2297163 or 11924188. OLE color: 11924188.

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

Color convert

RGB220242181-
CMYK0.0900.250.05
HSL81.64º70.11%82.94%-
HSV(B)81.64º25.21%94.9%-
XYZ69.6182.0655.89-
YUV228.47101.21121.96-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.21%
GREEN value IS 242 (94.92% from 255) = 37.64%
BLUE value IS 181 (71.09% from 255) = 28.15%
R=34.21%
G=37.64%
B=28.15%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2202421810.0900.250.0581.6470.1182.94
HexDCF2B590195524653
Octal334362265110315122106123
Binary1101110011110010101101011001011001101101001010001101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF2B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF2B5; }

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

 H1.HeaderClassName
 {
   color: #DCF2B5;
 }
 .AnyTagClassName
 {
   color: #DCF2B5;
 }
</style>
background-color css

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

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

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

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

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

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