#CFDAC5

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

Shades of Ottoman #CFDAC5

Tints of Ottoman #CFDAC5

Color information

#CFDAC5 (or 0xCFDAC5) is unknown color: approx Ottoman. HEX triplet: CF, DA and C5. RGB value is (207,218,197). Sum of RGB (Red+Green+Blue) = 207+218+197=622 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.28% from 622); Green value is 218 (85.55% from 255 or 35.05% from 622); Blue value is 197 (77.34% from 255 or 31.67% from 622); Max value from RGB is 218 - color contains mainly: green. Hex color #CFDAC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDAC5 is #30253A. Grayscale: #D4D4D4. Windows color (decimal): -3155259 or 12966607. OLE color: 12966607.

HSL color Cylindrical-coordinate representation of color #CFDAC5: hue angle of 91.43º degrees, saturation: 0.22, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CFDAC5 is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB207218197-
CMYK0.0500.100.15
HSL91.43º22.11%81.37%-
HSV(B)91.43º9.63%85.49%-
XYZ60.8867.4462.63-
YUV212.32119.36124.21-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.28%
GREEN value IS 218 (85.55% from 255) = 35.05%
BLUE value IS 197 (77.34% from 255) = 31.67%
R=33.28%
G=35.05%
B=31.67%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2072181970.0500.100.1591.4322.1181.37
HexCFDAC550AF5b1651
Octal31733230550121713326121
Binary1100111111011010110001011010101011111011011101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDAC5; }

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

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

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

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

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

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

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

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