#CDDCC2

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

Shades of Ottoman #CDDCC2

Tints of Ottoman #CDDCC2

Color information

#CDDCC2 (or 0xCDDCC2) is unknown color: approx Ottoman. HEX triplet: CD, DC and C2. RGB value is (205,220,194). Sum of RGB (Red+Green+Blue) = 205+220+194=619 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.12% from 619); Green value is 220 (86.33% from 255 or 35.54% from 619); Blue value is 194 (76.17% from 255 or 31.34% from 619); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDCC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDCC2 is #32233D. Grayscale: #D4D4D4. Windows color (decimal): -3285822 or 12770509. OLE color: 12770509.

HSL color Cylindrical-coordinate representation of color #CDDCC2: hue angle of 94.62º degrees, saturation: 0.27, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CDDCC2 is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB205220194-
CMYK0.0700.120.14
HSL94.62º27.08%81.18%-
HSV(B)94.62º11.82%86.27%-
XYZ60.5168.0660.99-
YUV212.55117.53122.61-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.12%
GREEN value IS 220 (86.33% from 255) = 35.54%
BLUE value IS 194 (76.17% from 255) = 31.34%
R=33.12%
G=35.54%
B=31.34%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2052201940.0700.120.1494.6227.0881.18
HexCDDCC270CE5f1b51
Octal31533430270141613733121
Binary1100110111011100110000101110110011101011111110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDCC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDCC2; }

 p { color: rgb(205,220,194); }

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

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

 a { background-color: rgb(205,220,194); }

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

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

 span { border-color: rgb(205,220,194); }

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