#CCEB99

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

Shades of Reef #CCEB99

Tints of Reef #CCEB99

Color information

#CCEB99 (or 0xCCEB99) is unknown color: approx Reef. HEX triplet: CC, EB and 99. RGB value is (204,235,153). Sum of RGB (Red+Green+Blue) = 204+235+153=592 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.46% from 592); Green value is 235 (92.19% from 255 or 39.70% from 592); Blue value is 153 (60.16% from 255 or 25.84% from 592); Max value from RGB is 235 - color contains mainly: green. Hex color #CCEB99 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEB99 is #331466. Grayscale: #D8D8D8. Windows color (decimal): -3347559 or 10087372. OLE color: 10087372.

HSL color Cylindrical-coordinate representation of color #CCEB99: hue angle of 82.68º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CCEB99 is Cyan = 0.13, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.08.

Color convert

RGB204235153-
CMYK0.1300.350.08
HSL82.68º67.21%76.08%-
HSV(B)82.68º34.89%92.16%-
XYZ60.3674.5541.35-
YUV216.3892.23119.17-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.46%
GREEN value IS 235 (92.19% from 255) = 39.70%
BLUE value IS 153 (60.16% from 255) = 25.84%
R=34.46%
G=39.70%
B=25.84%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2042351530.1300.350.0882.6867.2176.08
HexCCEB99D023853434c
Octal3143532311504310123103114
Binary110011001110101110011001110101000111000101001110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEB99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEB99; }

 p { color: rgb(204,235,153); }

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

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

 a { background-color: rgb(204,235,153); }

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

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

 span { border-color: rgb(204,235,153); }

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