#CFDBBB

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

Shades of Ottoman #CFDBBB

Tints of Ottoman #CFDBBB

Color information

#CFDBBB (or 0xCFDBBB) is unknown color: approx Ottoman. HEX triplet: CF, DB and BB. RGB value is (207,219,187). Sum of RGB (Red+Green+Blue) = 207+219+187=613 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.77% from 613); Green value is 219 (85.94% from 255 or 35.73% from 613); Blue value is 187 (73.44% from 255 or 30.51% from 613); Max value from RGB is 219 - color contains mainly: green. Hex color #CFDBBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDBBB is #302444. Grayscale: #D3D3D3. Windows color (decimal): -3155013 or 12311503. OLE color: 12311503.

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

Color convert

RGB207219187-
CMYK0.0500.150.14
HSL82.5º30.77%79.61%-
HSV(B)82.5º14.61%85.88%-
XYZ60.0367.5256.88-
YUV211.76114.02124.6-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.77%
GREEN value IS 219 (85.94% from 255) = 35.73%
BLUE value IS 187 (73.44% from 255) = 30.51%
R=33.77%
G=35.73%
B=30.51%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2072191870.0500.150.1482.530.7779.61
HexCFDBBB50FE521f50
Octal31733327350171612237120
Binary1100111111011011101110111010111111101010010111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDBBB; }

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

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

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

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

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

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

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

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