#CDDE8B

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

Shades of Sulu #CDDE8B

Tints of Sulu #CDDE8B

Color information

#CDDE8B (or 0xCDDE8B) is unknown color: approx Sulu. HEX triplet: CD, DE and 8B. RGB value is (205,222,139). Sum of RGB (Red+Green+Blue) = 205+222+139=566 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.22% from 566); Green value is 222 (87.11% from 255 or 39.22% from 566); Blue value is 139 (54.69% from 255 or 24.56% from 566); Max value from RGB is 222 - color contains mainly: green. Hex color #CDDE8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDE8B is #322174. Grayscale: #CFCFCF. Windows color (decimal): -3285365 or 9166541. OLE color: 9166541.

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

Color convert

RGB205222139-
CMYK0.0800.370.13
HSL72.29º55.7%70.78%-
HSV(B)72.29º37.39%87.06%-
XYZ55.9667.0934.43-
YUV207.4689.37126.25-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.22%
GREEN value IS 222 (87.11% from 255) = 39.22%
BLUE value IS 139 (54.69% from 255) = 24.56%
R=36.22%
G=39.22%
B=24.56%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2052221390.0800.370.1372.2955.770.78
HexCDDE8B8025D483847
Octal315336213100451511070107
Binary11001101110111101000101110000100101110110010001110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDE8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDE8B; }

 p { color: rgb(205,222,139); }

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

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

 a { background-color: rgb(205,222,139); }

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

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

 span { border-color: rgb(205,222,139); }

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