#DCEFB5

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

Shades of Reef #DCEFB5

Tints of Reef #DCEFB5

Color information

#DCEFB5 (or 0xDCEFB5) is unknown color: approx Reef. HEX triplet: DC, EF and B5. RGB value is (220,239,181). Sum of RGB (Red+Green+Blue) = 220+239+181=640 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.38% from 640); Green value is 239 (93.75% from 255 or 37.34% from 640); Blue value is 181 (71.09% from 255 or 28.28% from 640); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEFB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEFB5 is #23104A. Grayscale: #E2E2E2. Windows color (decimal): -2297931 or 11923420. OLE color: 11923420.

HSL color Cylindrical-coordinate representation of color #DCEFB5: hue angle of 79.66º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DCEFB5 is Cyan = 0.08, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.06.

Color convert

RGB220239181-
CMYK0.0800.240.06
HSL79.66º64.44%82.35%-
HSV(B)79.66º24.27%93.73%-
XYZ68.7280.2855.59-
YUV226.71102.21123.22-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.38%
GREEN value IS 239 (93.75% from 255) = 37.34%
BLUE value IS 181 (71.09% from 255) = 28.28%
R=34.38%
G=37.34%
B=28.28%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2202391810.0800.240.0679.6664.4482.35
HexDCEFB580186504052
Octal334357265100306120100122
Binary1101110011101111101101011000011000110101000010000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEFB5; }

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

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

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

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

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

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

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

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