#CFDAC0

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

Shades of Ottoman #CFDAC0

Tints of Ottoman #CFDAC0

Color information

#CFDAC0 (or 0xCFDAC0) is unknown color: approx Ottoman. HEX triplet: CF, DA and C0. RGB value is (207,218,192). Sum of RGB (Red+Green+Blue) = 207+218+192=617 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.55% from 617); Green value is 218 (85.55% from 255 or 35.33% from 617); Blue value is 192 (75.39% from 255 or 31.12% from 617); Max value from RGB is 218 - color contains mainly: green. Hex color #CFDAC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDAC0 is #30253F. Grayscale: #D3D3D3. Windows color (decimal): -3155264 or 12638927. OLE color: 12638927.

HSL color Cylindrical-coordinate representation of color #CFDAC0: hue angle of 85.38º degrees, saturation: 0.26, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CFDAC0 is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB207218192-
CMYK0.0500.120.15
HSL85.38º26%80.39%-
HSV(B)85.38º11.93%85.49%-
XYZ60.3267.2159.66-
YUV211.75116.86124.61-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.55%
GREEN value IS 218 (85.55% from 255) = 35.33%
BLUE value IS 192 (75.39% from 255) = 31.12%
R=33.55%
G=35.33%
B=31.12%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2072181920.0500.120.1585.382680.39
HexCFDAC050CF551a50
Octal31733230050141712532120
Binary1100111111011010110000001010110011111010101110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDAC0; }

 p { color: rgb(207,218,192); }

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

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

 a { background-color: rgb(207,218,192); }

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

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

 span { border-color: rgb(207,218,192); }

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