#CFDFC2

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

Shades of Ottoman #CFDFC2

Tints of Ottoman #CFDFC2

Color information

#CFDFC2 (or 0xCFDFC2) is unknown color: approx Ottoman. HEX triplet: CF, DF and C2. RGB value is (207,223,194). Sum of RGB (Red+Green+Blue) = 207+223+194=624 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.17% from 624); Green value is 223 (87.5% from 255 or 35.74% from 624); Blue value is 194 (76.17% from 255 or 31.09% from 624); Max value from RGB is 223 - color contains mainly: green. Hex color #CFDFC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDFC2 is #30203D. Grayscale: #D7D7D7. Windows color (decimal): -3153982 or 12771279. OLE color: 12771279.

HSL color Cylindrical-coordinate representation of color #CFDFC2: hue angle of 93.1º degrees, saturation: 0.31, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFDFC2 is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB207223194-
CMYK0.0700.130.13
HSL93.1º31.18%81.76%-
HSV(B)93.1º13%87.45%-
XYZ61.8669.9461.28-
YUV214.91116.2122.36-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.17%
GREEN value IS 223 (87.5% from 255) = 35.74%
BLUE value IS 194 (76.17% from 255) = 31.09%
R=33.17%
G=35.74%
B=31.09%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2072231940.0700.130.1393.131.1881.76
HexCFDFC270DD5d1f52
Octal31733730270151513537122
Binary1100111111011111110000101110110111011011101111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDFC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDFC2; }

 p { color: rgb(207,223,194); }

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

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

 a { background-color: rgb(207,223,194); }

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

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

 span { border-color: rgb(207,223,194); }

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