#CDD288

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

Shades of Deco #CDD288

Tints of Deco #CDD288

Color information

#CDD288 (or 0xCDD288) is unknown color: approx Deco. HEX triplet: CD, D2 and 88. RGB value is (205,210,136). Sum of RGB (Red+Green+Blue) = 205+210+136=551 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.21% from 551); Green value is 210 (82.42% from 255 or 38.11% from 551); Blue value is 136 (53.52% from 255 or 24.68% from 551); Max value from RGB is 210 - color contains mainly: green. Hex color #CDD288 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD288 is #322D77. Grayscale: #C8C8C8. Windows color (decimal): -3288440 or 8966861. OLE color: 8966861.

HSL color Cylindrical-coordinate representation of color #CDD288: hue angle of 64.05º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CDD288 is Cyan = 0.02, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.

Color convert

RGB205210136-
CMYK0.0200.350.18
HSL64.05º45.12%67.84%-
HSV(B)64.05º35.24%82.35%-
XYZ52.6760.8532.26-
YUV200.0791.84131.52-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.21%
GREEN value IS 210 (82.42% from 255) = 38.11%
BLUE value IS 136 (53.52% from 255) = 24.68%
R=37.21%
G=38.11%
B=24.68%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2052101360.0200.350.1864.0545.1267.84
HexCDD288202312402d44
Octal31532221020432210055104
Binary1100110111010010100010001001000111001010000001011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD288; }

 p { color: rgb(205,210,136); }

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

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

 a { background-color: rgb(205,210,136); }

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

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

 span { border-color: rgb(205,210,136); }

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