#CCE3AD

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

Shades of Reef #CCE3AD

Tints of Reef #CCE3AD

Color information

#CCE3AD (or 0xCCE3AD) is unknown color: approx Reef. HEX triplet: CC, E3 and AD. RGB value is (204,227,173). Sum of RGB (Red+Green+Blue) = 204+227+173=604 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.77% from 604); Green value is 227 (89.06% from 255 or 37.58% from 604); Blue value is 173 (67.97% from 255 or 28.64% from 604); Max value from RGB is 227 - color contains mainly: green. Hex color #CCE3AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE3AD is #331C52. Grayscale: #D6D6D6. Windows color (decimal): -3349587 or 11396044. OLE color: 11396044.

HSL color Cylindrical-coordinate representation of color #CCE3AD: hue angle of 85.56º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CCE3AD is Cyan = 0.10, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.11.

Color convert

RGB204227173-
CMYK0.1000.240.11
HSL85.56º49.09%78.43%-
HSV(B)85.56º23.79%89.02%-
XYZ59.9170.7950.04-
YUV213.97104.88120.89-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.77%
GREEN value IS 227 (89.06% from 255) = 37.58%
BLUE value IS 173 (67.97% from 255) = 28.64%
R=33.77%
G=37.58%
B=28.64%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2042271730.1000.240.1185.5649.0978.43
HexCCE3ADA018B56314e
Octal314343255120301312661116
Binary1100110011100011101011011010011000101110101101100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE3AD; }

 p { color: rgb(204,227,173); }

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

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

 a { background-color: rgb(204,227,173); }

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

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

 span { border-color: rgb(204,227,173); }

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