#CFD6CB

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

Shades of Ottoman #CFD6CB

Tints of Ottoman #CFD6CB

Color information

#CFD6CB (or 0xCFD6CB) is unknown color: approx Ottoman. HEX triplet: CF, D6 and CB. RGB value is (207,214,203). Sum of RGB (Red+Green+Blue) = 207+214+203=624 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.17% from 624); Green value is 214 (83.98% from 255 or 34.29% from 624); Blue value is 203 (79.69% from 255 or 32.53% from 624); Max value from RGB is 214 - color contains mainly: green. Hex color #CFD6CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD6CB is #302934. Grayscale: #D2D2D2. Windows color (decimal): -3156277 or 13358799. OLE color: 13358799.

HSL color Cylindrical-coordinate representation of color #CFD6CB: hue angle of 98.18º degrees, saturation: 0.12, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CFD6CB is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB207214203-
CMYK0.0300.050.16
HSL98.18º11.83%81.76%-
HSV(B)98.18º5.14%83.92%-
XYZ60.5665.6765.98-
YUV210.65123.68125.39-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.17%
GREEN value IS 214 (83.98% from 255) = 34.29%
BLUE value IS 203 (79.69% from 255) = 32.53%
R=33.17%
G=34.29%
B=32.53%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2072142030.0300.050.1698.1811.8381.76
HexCFD6CB3051062c52
Octal3173263133052014214122
Binary11001111110101101100101111010110000110001011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD6CB; }

 p { color: rgb(207,214,203); }

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

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

 a { background-color: rgb(207,214,203); }

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

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

 span { border-color: rgb(207,214,203); }

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