#DCEFAC

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

Shades of Reef #DCEFAC

Tints of Reef #DCEFAC

Color information

#DCEFAC (or 0xDCEFAC) is unknown color: approx Reef. HEX triplet: DC, EF and AC. RGB value is (220,239,172). Sum of RGB (Red+Green+Blue) = 220+239+172=631 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.87% from 631); Green value is 239 (93.75% from 255 or 37.88% from 631); Blue value is 172 (67.58% from 255 or 27.26% from 631); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEFAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEFAC is #231053. Grayscale: #E1E1E1. Windows color (decimal): -2297940 or 11333596. OLE color: 11333596.

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

Color convert

RGB220239172-
CMYK0.0800.280.06
HSL77.01º67.68%80.59%-
HSV(B)77.01º28.03%93.73%-
XYZ67.8379.9350.88-
YUV225.6897.71123.95-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.87%
GREEN value IS 239 (93.75% from 255) = 37.88%
BLUE value IS 172 (67.58% from 255) = 27.26%
R=34.87%
G=37.88%
B=27.26%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2202391720.0800.280.0677.0167.6880.59
HexDCEFAC801C64d4451
Octal334357254100346115104121
Binary1101110011101111101011001000011100110100110110001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEFAC; }

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

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

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

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

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

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

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

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