#CFDAC8

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

Shades of Ottoman #CFDAC8

Tints of Ottoman #CFDAC8

Color information

#CFDAC8 (or 0xCFDAC8) is unknown color: approx Ottoman. HEX triplet: CF, DA and C8. RGB value is (207,218,200). Sum of RGB (Red+Green+Blue) = 207+218+200=625 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.12% from 625); Green value is 218 (85.55% from 255 or 34.88% from 625); Blue value is 200 (78.52% from 255 or 32% from 625); Max value from RGB is 218 - color contains mainly: green. Hex color #CFDAC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDAC8 is #302537. Grayscale: #D4D4D4. Windows color (decimal): -3155256 or 13163215. OLE color: 13163215.

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

Color convert

RGB207218200-
CMYK0.0500.080.15
HSL96.67º19.57%81.96%-
HSV(B)96.67º8.26%85.49%-
XYZ61.2367.5864.46-
YUV212.66120.86123.96-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.12%
GREEN value IS 218 (85.55% from 255) = 34.88%
BLUE value IS 200 (78.52% from 255) = 32%
R=33.12%
G=34.88%
B=32%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2072182000.0500.080.1596.6719.5781.96
HexCFDAC8508F611452
Octal31733231050101714124122
Binary1100111111011010110010001010100011111100001101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDAC8; }

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

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

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

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

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

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

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

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