#CFDBC5

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

Shades of Ottoman #CFDBC5

Tints of Ottoman #CFDBC5

Color information

#CFDBC5 (or 0xCFDBC5) is unknown color: approx Ottoman. HEX triplet: CF, DB and C5. RGB value is (207,219,197). Sum of RGB (Red+Green+Blue) = 207+219+197=623 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.23% from 623); Green value is 219 (85.94% from 255 or 35.15% from 623); Blue value is 197 (77.34% from 255 or 31.62% from 623); Max value from RGB is 219 - color contains mainly: green. Hex color #CFDBC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDBC5 is #30243A. Grayscale: #D4D4D4. Windows color (decimal): -3155003 or 12966863. OLE color: 12966863.

HSL color Cylindrical-coordinate representation of color #CFDBC5: hue angle of 92.73º degrees, saturation: 0.23, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CFDBC5 is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB207219197-
CMYK0.0500.100.14
HSL92.73º23.4%81.57%-
HSV(B)92.73º10.05%85.88%-
XYZ61.1467.9662.72-
YUV212.9119.02123.79-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.23%
GREEN value IS 219 (85.94% from 255) = 35.15%
BLUE value IS 197 (77.34% from 255) = 31.62%
R=33.23%
G=35.15%
B=31.62%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2072191970.0500.100.1492.7323.481.57
HexCFDBC550AE5d1752
Octal31733330550121613527122
Binary1100111111011011110001011010101011101011101101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDBC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDBC5; }

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

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

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

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

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

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

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

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