#CFDCBD

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

Shades of Ottoman #CFDCBD

Tints of Ottoman #CFDCBD

Color information

#CFDCBD (or 0xCFDCBD) is unknown color: approx Ottoman. HEX triplet: CF, DC and BD. RGB value is (207,220,189). Sum of RGB (Red+Green+Blue) = 207+220+189=616 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.60% from 616); Green value is 220 (86.33% from 255 or 35.71% from 616); Blue value is 189 (74.22% from 255 or 30.68% from 616); Max value from RGB is 220 - color contains mainly: green. Hex color #CFDCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDCBD is #302342. Grayscale: #D4D4D4. Windows color (decimal): -3154755 or 12442831. OLE color: 12442831.

HSL color Cylindrical-coordinate representation of color #CFDCBD: hue angle of 85.16º degrees, saturation: 0.31, 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 #CFDCBD is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB207220189-
CMYK0.0600.140.14
HSL85.16º30.69%80.2%-
HSV(B)85.16º14.09%86.27%-
XYZ60.5168.1358.1-
YUV212.58114.69124.02-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.60%
GREEN value IS 220 (86.33% from 255) = 35.71%
BLUE value IS 189 (74.22% from 255) = 30.68%
R=33.60%
G=35.71%
B=30.68%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2072201890.0600.140.1485.1630.6980.2
HexCFDCBD60EE551f50
Octal31733427560161612537120
Binary1100111111011100101111011100111011101010101111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDCBD; }

 p { color: rgb(207,220,189); }

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

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

 a { background-color: rgb(207,220,189); }

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

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

 span { border-color: rgb(207,220,189); }

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