#CCEB9B

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

Shades of Reef #CCEB9B

Tints of Reef #CCEB9B

Color information

#CCEB9B (or 0xCCEB9B) is unknown color: approx Reef. HEX triplet: CC, EB and 9B. RGB value is (204,235,155). Sum of RGB (Red+Green+Blue) = 204+235+155=594 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.34% from 594); Green value is 235 (92.19% from 255 or 39.56% from 594); Blue value is 155 (60.94% from 255 or 26.09% from 594); Max value from RGB is 235 - color contains mainly: green. Hex color #CCEB9B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEB9B is #331464. Grayscale: #D8D8D8. Windows color (decimal): -3347557 or 10218444. OLE color: 10218444.

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

Color convert

RGB204235155-
CMYK0.1300.340.08
HSL83.25º66.67%76.47%-
HSV(B)83.25º34.04%92.16%-
XYZ60.5374.6242.22-
YUV216.6193.23119-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.34%
GREEN value IS 235 (92.19% from 255) = 39.56%
BLUE value IS 155 (60.94% from 255) = 26.09%
R=34.34%
G=39.56%
B=26.09%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2042351550.1300.340.0883.2566.6776.47
HexCCEB9BD022853434c
Octal3143532331504210123103114
Binary110011001110101110011011110101000101000101001110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEB9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEB9B; }

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

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

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

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

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

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

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

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