#CFDFBE

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

Shades of Ottoman #CFDFBE

Tints of Ottoman #CFDFBE

Color information

#CFDFBE (or 0xCFDFBE) is unknown color: approx Ottoman. HEX triplet: CF, DF and BE. RGB value is (207,223,190). Sum of RGB (Red+Green+Blue) = 207+223+190=620 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.39% from 620); Green value is 223 (87.5% from 255 or 35.97% from 620); Blue value is 190 (74.61% from 255 or 30.65% from 620); Max value from RGB is 223 - color contains mainly: green. Hex color #CFDFBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDFBE is #302041. Grayscale: #D6D6D6. Windows color (decimal): -3153986 or 12509135. OLE color: 12509135.

HSL color Cylindrical-coordinate representation of color #CFDFBE: hue angle of 89.09º degrees, saturation: 0.34, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CFDFBE is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB207223190-
CMYK0.0700.150.13
HSL89.09º34.02%80.98%-
HSV(B)89.09º14.8%87.45%-
XYZ61.4169.7658.94-
YUV214.45114.2122.68-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.39%
GREEN value IS 223 (87.5% from 255) = 35.97%
BLUE value IS 190 (74.61% from 255) = 30.65%
R=33.39%
G=35.97%
B=30.65%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2072231900.0700.150.1389.0934.0280.98
HexCFDFBE70FD592251
Octal31733727670171513142121
Binary11001111110111111011111011101111110110110011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDFBE; }

 p { color: rgb(207,223,190); }

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

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

 a { background-color: rgb(207,223,190); }

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

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

 span { border-color: rgb(207,223,190); }

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