#CFDEBB

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

Shades of Ottoman #CFDEBB

Tints of Ottoman #CFDEBB

Color information

#CFDEBB (or 0xCFDEBB) is unknown color: approx Ottoman. HEX triplet: CF, DE and BB. RGB value is (207,222,187). Sum of RGB (Red+Green+Blue) = 207+222+187=616 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.60% from 616); Green value is 222 (87.11% from 255 or 36.04% from 616); Blue value is 187 (73.44% from 255 or 30.36% from 616); Max value from RGB is 222 - color contains mainly: green. Hex color #CFDEBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDEBB is #302144. Grayscale: #D5D5D5. Windows color (decimal): -3154245 or 12312271. OLE color: 12312271.

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

Color convert

RGB207222187-
CMYK0.0700.160.13
HSL85.71º34.65%80.2%-
HSV(B)85.71º15.77%87.06%-
XYZ60.8269.157.14-
YUV213.52113.03123.35-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.60%
GREEN value IS 222 (87.11% from 255) = 36.04%
BLUE value IS 187 (73.44% from 255) = 30.36%
R=33.60%
G=36.04%
B=30.36%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2072221870.0700.160.1385.7134.6580.2
HexCFDEBB7010D562350
Octal31733627370201512643120
Binary110011111101111010111011111010000110110101101000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDEBB; }

 p { color: rgb(207,222,187); }

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

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

 a { background-color: rgb(207,222,187); }

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

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

 span { border-color: rgb(207,222,187); }

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