#CDDCC5

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

Shades of Ottoman #CDDCC5

Tints of Ottoman #CDDCC5

Color information

#CDDCC5 (or 0xCDDCC5) is unknown color: approx Ottoman. HEX triplet: CD, DC and C5. RGB value is (205,220,197). Sum of RGB (Red+Green+Blue) = 205+220+197=622 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.96% from 622); Green value is 220 (86.33% from 255 or 35.37% from 622); Blue value is 197 (77.34% from 255 or 31.67% from 622); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDCC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDCC5 is #32233A. Grayscale: #D4D4D4. Windows color (decimal): -3285819 or 12967117. OLE color: 12967117.

HSL color Cylindrical-coordinate representation of color #CDDCC5: hue angle of 99.13º degrees, saturation: 0.25, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CDDCC5 is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB205220197-
CMYK0.0700.100.14
HSL99.13º24.73%81.76%-
HSV(B)99.13º10.45%86.27%-
XYZ60.8568.262.78-
YUV212.89119.03122.37-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.96%
GREEN value IS 220 (86.33% from 255) = 35.37%
BLUE value IS 197 (77.34% from 255) = 31.67%
R=32.96%
G=35.37%
B=31.67%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2052201970.0700.100.1499.1324.7381.76
HexCDDCC570AE631952
Octal31533430570121614331122
Binary1100110111011100110001011110101011101100011110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDCC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDCC5; }

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

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

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

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

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

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

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

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