#CFDABD

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

Shades of Ottoman #CFDABD

Tints of Ottoman #CFDABD

Color information

#CFDABD (or 0xCFDABD) is unknown color: approx Ottoman. HEX triplet: CF, DA and BD. RGB value is (207,218,189). Sum of RGB (Red+Green+Blue) = 207+218+189=614 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.71% from 614); Green value is 218 (85.55% from 255 or 35.50% from 614); Blue value is 189 (74.22% from 255 or 30.78% from 614); Max value from RGB is 218 - color contains mainly: green. Hex color #CFDABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDABD is #302542. Grayscale: #D3D3D3. Windows color (decimal): -3155267 or 12442319. OLE color: 12442319.

HSL color Cylindrical-coordinate representation of color #CFDABD: hue angle of 82.76º degrees, saturation: 0.28, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFDABD is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB207218189-
CMYK0.0500.130.15
HSL82.76º28.16%79.8%-
HSV(B)82.76º13.3%85.49%-
XYZ59.9967.0857.93-
YUV211.4115.36124.86-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.71%
GREEN value IS 218 (85.55% from 255) = 35.50%
BLUE value IS 189 (74.22% from 255) = 30.78%
R=33.71%
G=35.50%
B=30.78%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2072181890.0500.130.1582.7628.1679.8
HexCFDABD50DF531c50
Octal31733227550151712334120
Binary1100111111011010101111011010110111111010011111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDABD; }

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

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

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

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

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

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

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

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