#CBDD8E

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

Shades of Sulu #CBDD8E

Tints of Sulu #CBDD8E

Color information

#CBDD8E (or 0xCBDD8E) is unknown color: approx Sulu. HEX triplet: CB, DD and 8E. RGB value is (203,221,142). Sum of RGB (Red+Green+Blue) = 203+221+142=566 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.87% from 566); Green value is 221 (86.72% from 255 or 39.05% from 566); Blue value is 142 (55.86% from 255 or 25.09% from 566); Max value from RGB is 221 - color contains mainly: green. Hex color #CBDD8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBDD8E is #342271. Grayscale: #CECECE. Windows color (decimal): -3416690 or 9362891. OLE color: 9362891.

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

Color convert

RGB203221142-
CMYK0.0800.360.13
HSL73.67º53.74%71.18%-
HSV(B)73.67º35.75%86.67%-
XYZ55.3766.3635.48-
YUV206.6191.54125.42-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.87%
GREEN value IS 221 (86.72% from 255) = 39.05%
BLUE value IS 142 (55.86% from 255) = 25.09%
R=35.87%
G=39.05%
B=25.09%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2032211420.0800.360.1373.6753.7471.18
HexCBDD8E8024D4a3647
Octal313335216100441511266107
Binary11001011110111011000111010000100100110110010101101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDD8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDD8E; }

 p { color: rgb(203,221,142); }

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

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

 a { background-color: rgb(203,221,142); }

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

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

 span { border-color: rgb(203,221,142); }

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