#CCEB8F

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

Shades of Sulu #CCEB8F

Tints of Sulu #CCEB8F

Color information

#CCEB8F (or 0xCCEB8F) is unknown color: approx Sulu. HEX triplet: CC, EB and 8F. RGB value is (204,235,143). Sum of RGB (Red+Green+Blue) = 204+235+143=582 (77% of max value = 765). Red value is 204 (80.08% from 255 or 35.05% from 582); Green value is 235 (92.19% from 255 or 40.38% from 582); Blue value is 143 (56.25% from 255 or 24.57% from 582); Max value from RGB is 235 - color contains mainly: green. Hex color #CCEB8F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEB8F is #331470. Grayscale: #D7D7D7. Windows color (decimal): -3347569 or 9432012. OLE color: 9432012.

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

Color convert

RGB204235143-
CMYK0.1300.390.08
HSL80.22º69.7%74.12%-
HSV(B)80.22º39.15%92.16%-
XYZ59.5774.2437.18-
YUV215.2487.23119.98-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.05%
GREEN value IS 235 (92.19% from 255) = 40.38%
BLUE value IS 143 (56.25% from 255) = 24.57%
R=35.05%
G=40.38%
B=24.57%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2042351430.1300.390.0880.2269.774.12
HexCCEB8FD027850464a
Octal3143532171504710120106112
Binary110011001110101110001111110101001111000101000010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEB8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEB8F; }

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

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

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

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

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

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

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

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