#CFD4CB

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

Shades of Ottoman #CFD4CB

Tints of Ottoman #CFD4CB

Color information

#CFD4CB (or 0xCFD4CB) is unknown color: approx Ottoman. HEX triplet: CF, D4 and CB. RGB value is (207,212,203). Sum of RGB (Red+Green+Blue) = 207+212+203=622 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.28% from 622); Green value is 212 (83.20% from 255 or 34.08% from 622); Blue value is 203 (79.69% from 255 or 32.64% from 622); Max value from RGB is 212 - color contains mainly: green. Hex color #CFD4CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD4CB is #302B34. Grayscale: #D1D1D1. Windows color (decimal): -3156789 or 13358287. OLE color: 13358287.

HSL color Cylindrical-coordinate representation of color #CFD4CB: hue angle of 93.33º degrees, saturation: 0.09, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CFD4CB is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB207212203-
CMYK0.0200.040.17
HSL93.33º9.47%81.37%-
HSV(B)93.33º4.25%83.14%-
XYZ60.0664.6665.82-
YUV209.48124.34126.23-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.28%
GREEN value IS 212 (83.20% from 255) = 34.08%
BLUE value IS 203 (79.69% from 255) = 32.64%
R=33.28%
G=34.08%
B=32.64%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2072122030.0200.040.1793.339.4781.37
HexCFD4CB204115d951
Octal3173243132042113511121
Binary11001111110101001100101110010010001101110110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD4CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD4CB; }

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

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

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

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

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

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

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

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