#DCEEAE

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

Shades of Reef #DCEEAE

Tints of Reef #DCEEAE

Color information

#DCEEAE (or 0xDCEEAE) is unknown color: approx Reef. HEX triplet: DC, EE and AE. RGB value is (220,238,174). Sum of RGB (Red+Green+Blue) = 220+238+174=632 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.81% from 632); Green value is 238 (93.36% from 255 or 37.66% from 632); Blue value is 174 (68.36% from 255 or 27.53% from 632); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEEAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEEAE is #231151. Grayscale: #E1E1E1. Windows color (decimal): -2298194 or 11464412. OLE color: 11464412.

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

Color convert

RGB220238174-
CMYK0.0800.270.07
HSL76.88º65.31%80.78%-
HSV(B)76.88º26.89%93.33%-
XYZ67.7379.4251.8-
YUV225.3299.04124.2-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.81%
GREEN value IS 238 (93.36% from 255) = 37.66%
BLUE value IS 174 (68.36% from 255) = 27.53%
R=34.81%
G=37.66%
B=27.53%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2202381740.0800.270.0776.8865.3180.78
HexDCEEAE801B74d4151
Octal334356256100337115101121
Binary1101110011101110101011101000011011111100110110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEEAE; }

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

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

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

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

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

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

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

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