#CFDBBD

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

Shades of Ottoman #CFDBBD

Tints of Ottoman #CFDBBD

Color information

#CFDBBD (or 0xCFDBBD) is unknown color: approx Ottoman. HEX triplet: CF, DB and BD. RGB value is (207,219,189). Sum of RGB (Red+Green+Blue) = 207+219+189=615 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.66% from 615); Green value is 219 (85.94% from 255 or 35.61% from 615); Blue value is 189 (74.22% from 255 or 30.73% from 615); Max value from RGB is 219 - color contains mainly: green. Hex color #CFDBBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDBBD is #302442. Grayscale: #D4D4D4. Windows color (decimal): -3155011 or 12442575. OLE color: 12442575.

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

Color convert

RGB207219189-
CMYK0.0500.140.14
HSL84º29.41%80%-
HSV(B)84º13.7%85.88%-
XYZ60.2567.658.02-
YUV211.99115.02124.44-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.66%
GREEN value IS 219 (85.94% from 255) = 35.61%
BLUE value IS 189 (74.22% from 255) = 30.73%
R=33.66%
G=35.61%
B=30.73%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2072191890.0500.140.148429.4180
HexCFDBBD50EE541d50
Octal31733327550161612435120
Binary1100111111011011101111011010111011101010100111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDBBD; }

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

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

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

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

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

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

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

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