#CCEB95

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

Shades of Reef #CCEB95

Tints of Reef #CCEB95

Color information

#CCEB95 (or 0xCCEB95) is unknown color: approx Reef. HEX triplet: CC, EB and 95. RGB value is (204,235,149). Sum of RGB (Red+Green+Blue) = 204+235+149=588 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.69% from 588); Green value is 235 (92.19% from 255 or 39.97% from 588); Blue value is 149 (58.59% from 255 or 25.34% from 588); Max value from RGB is 235 - color contains mainly: green. Hex color #CCEB95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEB95 is #33146A. Grayscale: #D8D8D8. Windows color (decimal): -3347563 or 9825228. OLE color: 9825228.

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

Color convert

RGB204235149-
CMYK0.1300.370.08
HSL81.63º68.25%75.29%-
HSV(B)81.63º36.6%92.16%-
XYZ60.0374.4239.63-
YUV215.9390.23119.49-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.69%
GREEN value IS 235 (92.19% from 255) = 39.97%
BLUE value IS 149 (58.59% from 255) = 25.34%
R=34.69%
G=39.97%
B=25.34%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2042351490.1300.370.0881.6368.2575.29
HexCCEB95D025852444b
Octal3143532251504510122104113
Binary110011001110101110010101110101001011000101001010001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEB95; }

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

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

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

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

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

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

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

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