#CDCE88

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

Shades of Deco #CDCE88

Tints of Deco #CDCE88

Color information

#CDCE88 (or 0xCDCE88) is unknown color: approx Deco. HEX triplet: CD, CE and 88. RGB value is (205,206,136). Sum of RGB (Red+Green+Blue) = 205+206+136=547 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.48% from 547); Green value is 206 (80.86% from 255 or 37.66% from 547); Blue value is 136 (53.52% from 255 or 24.86% from 547); Max value from RGB is 206 - color contains mainly: green. Hex color #CDCE88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDCE88 is #323177. Grayscale: #C6C6C6. Windows color (decimal): -3289464 or 8965837. OLE color: 8965837.

HSL color Cylindrical-coordinate representation of color #CDCE88: hue angle of 60.86º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CDCE88 is Cyan = 0.00, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.19.

Color convert

RGB205206136-
CMYK0.0000.340.19
HSL60.86º41.67%67.06%-
HSV(B)60.86º33.98%80.78%-
XYZ51.6958.931.94-
YUV197.7293.17133.19-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.48%
GREEN value IS 206 (80.86% from 255) = 37.66%
BLUE value IS 136 (53.52% from 255) = 24.86%
R=37.48%
G=37.66%
B=24.86%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2052061360.0000.340.1960.8641.6767.06
HexCDCE880022133d2a43
Octal3153162100042237552103
Binary11001101110011101000100000100010100111111011010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCE88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCE88; }

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

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

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

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

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

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

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

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