#CCEB8D

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

Shades of Sulu #CCEB8D

Tints of Sulu #CCEB8D

Color information

#CCEB8D (or 0xCCEB8D) is unknown color: approx Sulu. HEX triplet: CC, EB and 8D. RGB value is (204,235,141). Sum of RGB (Red+Green+Blue) = 204+235+141=580 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.17% from 580); Green value is 235 (92.19% from 255 or 40.52% from 580); Blue value is 141 (55.47% from 255 or 24.31% from 580); Max value from RGB is 235 - color contains mainly: green. Hex color #CCEB8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEB8D is #331472. Grayscale: #D7D7D7. Windows color (decimal): -3347571 or 9300940. OLE color: 9300940.

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

Color convert

RGB204235141-
CMYK0.1300.40.08
HSL79.79º70.15%73.73%-
HSV(B)79.79º40%92.16%-
XYZ59.4274.1836.39-
YUV215.0286.23120.14-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.17%
GREEN value IS 235 (92.19% from 255) = 40.52%
BLUE value IS 141 (55.47% from 255) = 24.31%
R=35.17%
G=40.52%
B=24.31%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2042351410.1300.40.0879.7970.1573.73
HexCCEB8DD028850464a
Octal3143532151505010120106112
Binary110011001110101110001101110101010001000101000010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEB8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEB8D; }

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

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

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

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

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

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

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

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