#DCEEA1

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

Shades of Reef #DCEEA1

Tints of Reef #DCEEA1

Color information

#DCEEA1 (or 0xDCEEA1) is unknown color: approx Reef. HEX triplet: DC, EE and A1. RGB value is (220,238,161). Sum of RGB (Red+Green+Blue) = 220+238+161=619 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.54% from 619); Green value is 238 (93.36% from 255 or 38.45% from 619); Blue value is 161 (63.28% from 255 or 26.01% from 619); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEEA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEEA1 is #23115E. Grayscale: #E0E0E0. Windows color (decimal): -2298207 or 10612444. OLE color: 10612444.

HSL color Cylindrical-coordinate representation of color #DCEEA1: hue angle of 74.03º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DCEEA1 is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB220238161-
CMYK0.0800.320.07
HSL74.03º69.37%78.24%-
HSV(B)74.03º32.35%93.33%-
XYZ66.5278.9445.45-
YUV223.8492.54125.26-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.54%
GREEN value IS 238 (93.36% from 255) = 38.45%
BLUE value IS 161 (63.28% from 255) = 26.01%
R=35.54%
G=38.45%
B=26.01%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2202381610.0800.320.0774.0369.3778.24
HexDCEEA1802074a454e
Octal334356241100407112105116
Binary11011100111011101010000110000100000111100101010001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEEA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEEA1; }

 p { color: rgb(220,238,161); }

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

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

 a { background-color: rgb(220,238,161); }

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

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

 span { border-color: rgb(220,238,161); }

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