#CDDFC0

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

Shades of Ottoman #CDDFC0

Tints of Ottoman #CDDFC0

Color information

#CDDFC0 (or 0xCDDFC0) is unknown color: approx Ottoman. HEX triplet: CD, DF and C0. RGB value is (205,223,192). Sum of RGB (Red+Green+Blue) = 205+223+192=620 (82% of max value = 765). Red value is 205 (80.47% from 255 or 33.06% from 620); Green value is 223 (87.5% from 255 or 35.97% from 620); Blue value is 192 (75.39% from 255 or 30.97% from 620); Max value from RGB is 223 - color contains mainly: green. Hex color #CDDFC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDFC0 is #32203F. Grayscale: #D6D6D6. Windows color (decimal): -3285056 or 12640205. OLE color: 12640205.

HSL color Cylindrical-coordinate representation of color #CDDFC0: hue angle of 94.84º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CDDFC0 is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB205223192-
CMYK0.0800.140.13
HSL94.84º32.63%81.37%-
HSV(B)94.84º13.9%87.45%-
XYZ61.0869.5660.08-
YUV214.08115.54121.52-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.06%
GREEN value IS 223 (87.5% from 255) = 35.97%
BLUE value IS 192 (75.39% from 255) = 30.97%
R=33.06%
G=35.97%
B=30.97%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2052231920.0800.140.1394.8432.6381.37
HexCDDFC080ED5f2151
Octal315337300100161513741121
Binary110011011101111111000000100001110110110111111000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDFC0; }

 p { color: rgb(205,223,192); }

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

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

 a { background-color: rgb(205,223,192); }

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

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

 span { border-color: rgb(205,223,192); }

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