#CEE6AD

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

Shades of Reef #CEE6AD

Tints of Reef #CEE6AD

Color information

#CEE6AD (or 0xCEE6AD) is unknown color: approx Reef. HEX triplet: CE, E6 and AD. RGB value is (206,230,173). Sum of RGB (Red+Green+Blue) = 206+230+173=609 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.83% from 609); Green value is 230 (90.23% from 255 or 37.77% from 609); Blue value is 173 (67.97% from 255 or 28.41% from 609); Max value from RGB is 230 - color contains mainly: green. Hex color #CEE6AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEE6AD is #311952. Grayscale: #D8D8D8. Windows color (decimal): -3217747 or 11396814. OLE color: 11396814.

HSL color Cylindrical-coordinate representation of color #CEE6AD: hue angle of 85.26º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CEE6AD is Cyan = 0.10, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.

Color convert

RGB206230173-
CMYK0.1000.250.10
HSL85.26º53.27%79.02%-
HSV(B)85.26º24.78%90.2%-
XYZ61.2972.7350.34-
YUV216.33103.55120.63-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.83%
GREEN value IS 230 (90.23% from 255) = 37.77%
BLUE value IS 173 (67.97% from 255) = 28.41%
R=33.83%
G=37.77%
B=28.41%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2062301730.1000.250.1085.2653.2779.02
HexCEE6ADA019A55354f
Octal316346255120311212565117
Binary1100111011100110101011011010011001101010101011101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE6AD; }

 p { color: rgb(206,230,173); }

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

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

 a { background-color: rgb(206,230,173); }

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

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

 span { border-color: rgb(206,230,173); }

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