#CFDBBE

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

Shades of Ottoman #CFDBBE

Tints of Ottoman #CFDBBE

Color information

#CFDBBE (or 0xCFDBBE) is unknown color: approx Ottoman. HEX triplet: CF, DB and BE. RGB value is (207,219,190). Sum of RGB (Red+Green+Blue) = 207+219+190=616 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.60% from 616); Green value is 219 (85.94% from 255 or 35.55% from 616); Blue value is 190 (74.61% from 255 or 30.84% from 616); Max value from RGB is 219 - color contains mainly: green. Hex color #CFDBBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDBBE is #302441. Grayscale: #D4D4D4. Windows color (decimal): -3155010 or 12508111. OLE color: 12508111.

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

Color convert

RGB207219190-
CMYK0.0500.130.14
HSL84.83º28.71%80.2%-
HSV(B)84.83º13.24%85.88%-
XYZ60.3667.6558.59-
YUV212.11115.52124.36-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.60%
GREEN value IS 219 (85.94% from 255) = 35.55%
BLUE value IS 190 (74.61% from 255) = 30.84%
R=33.60%
G=35.55%
B=30.84%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2072191900.0500.130.1484.8328.7180.2
HexCFDBBE50DE551d50
Octal31733327650151612535120
Binary1100111111011011101111101010110111101010101111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDBBE; }

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

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

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

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

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

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

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

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