#CDDCBE

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

Shades of Ottoman #CDDCBE

Tints of Ottoman #CDDCBE

Color information

#CDDCBE (or 0xCDDCBE) is unknown color: approx Ottoman. HEX triplet: CD, DC and BE. RGB value is (205,220,190). Sum of RGB (Red+Green+Blue) = 205+220+190=615 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.33% from 615); Green value is 220 (86.33% from 255 or 35.77% from 615); Blue value is 190 (74.61% from 255 or 30.89% from 615); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDCBE is #322341. Grayscale: #D4D4D4. Windows color (decimal): -3285826 or 12508365. OLE color: 12508365.

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

Color convert

RGB205220190-
CMYK0.0700.140.14
HSL90º30%80.39%-
HSV(B)90º13.64%86.27%-
XYZ60.0667.8858.65-
YUV212.09115.53122.94-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.33%
GREEN value IS 220 (86.33% from 255) = 35.77%
BLUE value IS 190 (74.61% from 255) = 30.89%
R=33.33%
G=35.77%
B=30.89%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2052201900.0700.140.14903080.39
HexCDDCBE70EE5a1e50
Octal31533427670161613236120
Binary1100110111011100101111101110111011101011010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDCBE; }

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

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

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

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

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

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

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

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