#CDD693

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

Shades of Deco #CDD693

Tints of Deco #CDD693

Color information

#CDD693 (or 0xCDD693) is unknown color: approx Deco. HEX triplet: CD, D6 and 93. RGB value is (205,214,147). Sum of RGB (Red+Green+Blue) = 205+214+147=566 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.22% from 566); Green value is 214 (83.98% from 255 or 37.81% from 566); Blue value is 147 (57.81% from 255 or 25.97% from 566); Max value from RGB is 214 - color contains mainly: green. Hex color #CDD693 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD693 is #32296C. Grayscale: #CBCBCB. Windows color (decimal): -3287405 or 9688781. OLE color: 9688781.

HSL color Cylindrical-coordinate representation of color #CDD693: hue angle of 68.06º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CDD693 is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB205214147-
CMYK0.0400.310.16
HSL68.06º44.97%70.78%-
HSV(B)68.06º31.31%83.92%-
XYZ54.4963.1836.93-
YUV203.6796.02128.95-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.22%
GREEN value IS 214 (83.98% from 255) = 37.81%
BLUE value IS 147 (57.81% from 255) = 25.97%
R=36.22%
G=37.81%
B=25.97%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2052141470.0400.310.1668.0644.9770.78
HexCDD693401F10442d47
Octal31532622340372010455107
Binary1100110111010110100100111000111111000010001001011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD693; }

 p { color: rgb(205,214,147); }

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

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

 a { background-color: rgb(205,214,147); }

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

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

 span { border-color: rgb(205,214,147); }

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