#CFDAC7

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

Shades of Ottoman #CFDAC7

Tints of Ottoman #CFDAC7

Color information

#CFDAC7 (or 0xCFDAC7) is unknown color: approx Ottoman. HEX triplet: CF, DA and C7. RGB value is (207,218,199). Sum of RGB (Red+Green+Blue) = 207+218+199=624 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.17% from 624); Green value is 218 (85.55% from 255 or 34.94% from 624); Blue value is 199 (78.12% from 255 or 31.89% from 624); Max value from RGB is 218 - color contains mainly: green. Hex color #CFDAC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDAC7 is #302538. Grayscale: #D4D4D4. Windows color (decimal): -3155257 or 13097679. OLE color: 13097679.

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

Color convert

RGB207218199-
CMYK0.0500.090.15
HSL94.74º20.43%81.76%-
HSV(B)94.74º8.72%85.49%-
XYZ61.1167.5363.85-
YUV212.54120.36124.04-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.17%
GREEN value IS 218 (85.55% from 255) = 34.94%
BLUE value IS 199 (78.12% from 255) = 31.89%
R=33.17%
G=34.94%
B=31.89%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2072181990.0500.090.1594.7420.4381.76
HexCFDAC7509F5f1452
Octal31733230750111713724122
Binary1100111111011010110001111010100111111011111101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDAC7; }

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

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

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

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

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

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

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

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