#CDDFB7

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

Shades of Ottoman #CDDFB7

Tints of Ottoman #CDDFB7

Color information

#CDDFB7 (or 0xCDDFB7) is unknown color: approx Ottoman. HEX triplet: CD, DF and B7. RGB value is (205,223,183). Sum of RGB (Red+Green+Blue) = 205+223+183=611 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.55% from 611); Green value is 223 (87.5% from 255 or 36.50% from 611); Blue value is 183 (71.88% from 255 or 29.95% from 611); Max value from RGB is 223 - color contains mainly: green. Hex color #CDDFB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDFB7 is #322048. Grayscale: #D5D5D5. Windows color (decimal): -3285065 or 12050381. OLE color: 12050381.

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

Color convert

RGB205223183-
CMYK0.0800.180.13
HSL87º38.46%79.61%-
HSV(B)87º17.94%87.45%-
XYZ60.1169.1754.98-
YUV213.06111.04122.25-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.55%
GREEN value IS 223 (87.5% from 255) = 36.50%
BLUE value IS 183 (71.88% from 255) = 29.95%
R=33.55%
G=36.50%
B=29.95%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2052231830.0800.180.138738.4679.61
HexCDDFB78012D572650
Octal315337267100221512746120
Binary1100110111011111101101111000010010110110101111001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDFB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDFB7; }

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

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

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

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

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

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

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

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