#CFD5CB

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

Shades of Ottoman #CFD5CB

Tints of Ottoman #CFD5CB

Color information

#CFD5CB (or 0xCFD5CB) is unknown color: approx Ottoman. HEX triplet: CF, D5 and CB. RGB value is (207,213,203). Sum of RGB (Red+Green+Blue) = 207+213+203=623 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.23% from 623); Green value is 213 (83.59% from 255 or 34.19% from 623); Blue value is 203 (79.69% from 255 or 32.58% from 623); Max value from RGB is 213 - color contains mainly: green. Hex color #CFD5CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD5CB is #302A34. Grayscale: #D2D2D2. Windows color (decimal): -3156533 or 13358543. OLE color: 13358543.

HSL color Cylindrical-coordinate representation of color #CFD5CB: hue angle of 96º degrees, saturation: 0.11, 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 #CFD5CB is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB207213203-
CMYK0.0300.050.16
HSL96º10.64%81.57%-
HSV(B)96º4.69%83.53%-
XYZ60.3165.1765.9-
YUV210.07124.01125.81-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.23%
GREEN value IS 213 (83.59% from 255) = 34.19%
BLUE value IS 203 (79.69% from 255) = 32.58%
R=33.23%
G=34.19%
B=32.58%

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
Decimal2072132030.0300.050.169610.6481.57
HexCFD5CB3051060b52
Octal3173253133052014013122
Binary11001111110101011100101111010110000110000010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD5CB; }

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

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

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

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

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

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

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

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