#CDD294

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

Shades of Deco #CDD294

Tints of Deco #CDD294

Color information

#CDD294 (or 0xCDD294) is unknown color: approx Deco. HEX triplet: CD, D2 and 94. RGB value is (205,210,148). Sum of RGB (Red+Green+Blue) = 205+210+148=563 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.41% from 563); Green value is 210 (82.42% from 255 or 37.30% from 563); Blue value is 148 (58.20% from 255 or 26.29% from 563); Max value from RGB is 210 - color contains mainly: green. Hex color #CDD294 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD294 is #322D6B. Grayscale: #C9C9C9. Windows color (decimal): -3288428 or 9753293. OLE color: 9753293.

HSL color Cylindrical-coordinate representation of color #CDD294: hue angle of 64.84º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CDD294 is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB205210148-
CMYK0.0200.300.18
HSL64.84º40.79%70.2%-
HSV(B)64.84º29.52%82.35%-
XYZ53.5761.2137.01-
YUV201.4497.84130.54-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.41%
GREEN value IS 210 (82.42% from 255) = 37.30%
BLUE value IS 148 (58.20% from 255) = 26.29%
R=36.41%
G=37.30%
B=26.29%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2052101480.0200.300.1864.8440.7970.2
HexCDD294201E12412946
Octal31532222420362210151106
Binary110011011101001010010100100111101001010000011010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD294; }

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

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

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

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

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

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

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

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