#DCF3B5

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

Shades of Reef #DCF3B5

Tints of Reef #DCF3B5

Color information

#DCF3B5 (or 0xDCF3B5) is unknown color: approx Reef. HEX triplet: DC, F3 and B5. RGB value is (220,243,181). Sum of RGB (Red+Green+Blue) = 220+243+181=644 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.16% from 644); Green value is 243 (95.31% from 255 or 37.73% from 644); Blue value is 181 (71.09% from 255 or 28.11% from 644); Max value from RGB is 243 - color contains mainly: green. Hex color #DCF3B5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF3B5 is #230C4A. Grayscale: #E5E5E5. Windows color (decimal): -2296907 or 11924444. OLE color: 11924444.

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

Color convert

RGB220243181-
CMYK0.0900.260.05
HSL82.26º72.09%83.14%-
HSV(B)82.26º25.51%95.29%-
XYZ69.9182.6555.99-
YUV229.06100.88121.54-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.16%
GREEN value IS 243 (95.31% from 255) = 37.73%
BLUE value IS 181 (71.09% from 255) = 28.11%
R=34.16%
G=37.73%
B=28.11%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2202431810.0900.260.0582.2672.0983.14
HexDCF3B5901A5524853
Octal334363265110325122110123
Binary1101110011110011101101011001011010101101001010010001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF3B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF3B5; }

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

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

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

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

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

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

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

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