#CEDF8A

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

Shades of Sulu #CEDF8A

Tints of Sulu #CEDF8A

Color information

#CEDF8A (or 0xCEDF8A) is unknown color: approx Sulu. HEX triplet: CE, DF and 8A. RGB value is (206,223,138). Sum of RGB (Red+Green+Blue) = 206+223+138=567 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.33% from 567); Green value is 223 (87.5% from 255 or 39.33% from 567); Blue value is 138 (54.30% from 255 or 24.34% from 567); Max value from RGB is 223 - color contains mainly: green. Hex color #CEDF8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDF8A is #312075. Grayscale: #D0D0D0. Windows color (decimal): -3219574 or 9101262. OLE color: 9101262.

HSL color Cylindrical-coordinate representation of color #CEDF8A: hue angle of 72º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CEDF8A is Cyan = 0.08, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB206223138-
CMYK0.0800.380.13
HSL72º57.05%70.78%-
HSV(B)72º38.12%87.45%-
XYZ56.4367.7334.14-
YUV208.2388.37126.41-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.33%
GREEN value IS 223 (87.5% from 255) = 39.33%
BLUE value IS 138 (54.30% from 255) = 24.34%
R=36.33%
G=39.33%
B=24.34%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2062231380.0800.380.137257.0570.78
HexCEDF8A8026D483947
Octal316337212100461511071107
Binary11001110110111111000101010000100110110110010001110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDF8A; }

 p { color: rgb(206,223,138); }

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

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

 a { background-color: rgb(206,223,138); }

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

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

 span { border-color: rgb(206,223,138); }

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