#CEEE8D

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

Shades of Sulu #CEEE8D

Tints of Sulu #CEEE8D

Color information

#CEEE8D (or 0xCEEE8D) is unknown color: approx Sulu. HEX triplet: CE, EE and 8D. RGB value is (206,238,141). Sum of RGB (Red+Green+Blue) = 206+238+141=585 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.21% from 585); Green value is 238 (93.36% from 255 or 40.68% from 585); Blue value is 141 (55.47% from 255 or 24.10% from 585); Max value from RGB is 238 - color contains mainly: green. Hex color #CEEE8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEEE8D is #311172. Grayscale: #D9D9D9. Windows color (decimal): -3215731 or 9301710. OLE color: 9301710.

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

Color convert

RGB206238141-
CMYK0.1300.410.07
HSL79.79º74.05%74.31%-
HSV(B)79.79º40.76%93.33%-
XYZ60.8476.1936.7-
YUV217.3784.9119.89-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.21%
GREEN value IS 238 (93.36% from 255) = 40.68%
BLUE value IS 141 (55.47% from 255) = 24.10%
R=35.21%
G=40.68%
B=24.10%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2062381410.1300.410.0779.7974.0574.31
HexCEEE8DD0297504a4a
Octal316356215150517120112112
Binary11001110111011101000110111010101001111101000010010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEE8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEE8D; }

 p { color: rgb(206,238,141); }

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

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

 a { background-color: rgb(206,238,141); }

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

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

 span { border-color: rgb(206,238,141); }

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