#DCEFB2

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

Shades of Reef #DCEFB2

Tints of Reef #DCEFB2

Color information

#DCEFB2 (or 0xDCEFB2) is unknown color: approx Reef. HEX triplet: DC, EF and B2. RGB value is (220,239,178). Sum of RGB (Red+Green+Blue) = 220+239+178=637 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.54% from 637); Green value is 239 (93.75% from 255 or 37.52% from 637); Blue value is 178 (69.92% from 255 or 27.94% from 637); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEFB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEFB2 is #23104D. Grayscale: #E2E2E2. Windows color (decimal): -2297934 or 11726812. OLE color: 11726812.

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

Color convert

RGB220239178-
CMYK0.0800.260.06
HSL78.69º65.59%81.76%-
HSV(B)78.69º25.52%93.73%-
XYZ68.4280.1653.99-
YUV226.36100.71123.46-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.54%
GREEN value IS 239 (93.75% from 255) = 37.52%
BLUE value IS 178 (69.92% from 255) = 27.94%
R=34.54%
G=37.52%
B=27.94%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2202391780.0800.260.0678.6965.5981.76
HexDCEFB2801A64f4252
Octal334357262100326117102122
Binary1101110011101111101100101000011010110100111110000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEFB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEFB2; }

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

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

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

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

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

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

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

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